mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Updated README
This commit is contained in:
parent
17fc522b75
commit
5d8e7c761f
1 changed files with 2 additions and 2 deletions
|
@ -190,6 +190,8 @@ The followings are built-in mappings:
|
|||
| webm | video/webm | zip | application/zip |
|
||||
| mp3 | audio/mp3 | wasm | application/wasm |
|
||||
|
||||
NOTE: These static file server methods are not thread-safe.
|
||||
|
||||
### File request handler
|
||||
|
||||
```cpp
|
||||
|
@ -199,8 +201,6 @@ svr.set_file_request_handler([](const Request &req, Response &res) {
|
|||
});
|
||||
```
|
||||
|
||||
NOTE: These static file server methods are not thread-safe.
|
||||
|
||||
### Logging
|
||||
|
||||
```cpp
|
||||
|
|
Loading…
Reference in a new issue