From 565bfc08c6d8779673f6435dacb701961ddacd1d Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 2 Oct 2012 15:37:36 +0200 Subject: Add a libfast sendfile() method to send files from disk --- src/libfast/request.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/libfast/request.h') diff --git a/src/libfast/request.h b/src/libfast/request.h index c9c1f13e2..63a465bb8 100644 --- a/src/libfast/request.h +++ b/src/libfast/request.h @@ -184,6 +184,15 @@ struct request_t { */ void (*serve)(request_t *this, char *headers, chunk_t chunk); + /** + * Send a file from the file system. + * + * @param path path to file to serve + * @param mime mime type of file to send, or NULL + * @return TRUE if file served successfully + */ + bool (*sendfile)(request_t *this, char *path, char *mime); + /** * Increase the reference count to the stream. * -- cgit v1.2.3