Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can also check this example on [github](https://github.com/etr/libhttpserver
* _http_request:_ Represents the request received by the resource that process it.
* _http_response:_ Represents the response sent by the server once the resource finished its work.
* _string_response:_ A simple string response.
* _file_response:_ A response getting content from a fail.
* _file_response:_ A response getting content from a file.
* _basic_auth_fail_response:_ A failure in basic authentication.
* _digest_auth_fail_response:_ A failure in digest authentication.
* _deferred_response:_ A response getting content from a callback.
Expand Down