mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-18 23:53:15 +08:00
FIX README mg_http_serve*
This commit is contained in:
parent
a4c9d1ecb7
commit
7beff0201d
@ -627,7 +627,7 @@ void mg_http_write_chunk(struct mg_connection *c, const char *buf, size_t len);
|
||||
Write a chunk of data in chunked encoding format.
|
||||
|
||||
|
||||
### mg\_serve\_dir()
|
||||
### mg\_http\_serve\_dir()
|
||||
|
||||
```c
|
||||
struct mg_http_serve_opts {
|
||||
@ -642,7 +642,7 @@ Serve static files according to the given options. Note that in order to
|
||||
enable SSI, set a `-DMG_ENABLE_SSI=1` build flag.
|
||||
|
||||
|
||||
### mg\_serve\_file()
|
||||
### mg\_http\_serve\_file()
|
||||
|
||||
```c
|
||||
void mg_http_serve_file(struct mg_connection *, struct mg_http_message *hm,
|
||||
|
Loading…
Reference in New Issue
Block a user