Commit 0ff07884 authored by Sergey Lyubka's avatar Sergey Lyubka

Formatting change for mg_send_file()

parent fec6009e
...@@ -170,10 +170,10 @@ a response body. Mongoose provides functions for all three parts: ...@@ -170,10 +170,10 @@ a response body. Mongoose provides functions for all three parts:
`struct mg_connection::connection_param` variable and returning `0`. Then `struct mg_connection::connection_param` variable and returning `0`. Then
Mongoose will call a handler repeatedly after each socket write. Mongoose will call a handler repeatedly after each socket write.
void mg_send_file(struct mg_connection *, const char *path);
<!-- --> <!-- -->
void mg_send_file(struct mg_connection *, const char *path);
Tells Mongoose to serve given file. Mongoose handles file according to Tells Mongoose to serve given file. Mongoose handles file according to
it's extensions, i.e. Mongoose will invoke CGI script if `path` has CGI it's extensions, i.e. Mongoose will invoke CGI script if `path` has CGI
extension, it'll render SSI file if `path` has SSI extension, etc. If `path` extension, it'll render SSI file if `path` has SSI extension, etc. If `path`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment