aboutsummaryrefslogtreecommitdiff
path: root/src/examples/minimal_example_empty.c
Commit message (Collapse)AuthorAge
* Added new daemon option MHD_OPTION_CLIENT_DISCIPLINE_LVEvgeny Grin (Karlson2k)2022-12-22
| | | | | | | Reject URIs with spaces as per RFC. Fixed check for space before colon in headers (previously it was checked only when MHD was NOT strict). Reject HTTP/1.1 requests without host by default (as per RFC).
* src/examples: muted compiler warningsEvgeny Grin (Karlson2k)2022-06-01
|
* Replaced MHD_RESPMEM_PERSISTENT usage in examples and codeEvgeny Grin (Karlson2k)2022-05-14
| | | | New functions do not produce compiler warnings.
* Renamed 'con_cls' -> 'req_cls' for access handler callbackEvgeny Grin (Karlson2k)2022-01-18
| | | | | | | | The argument is actually request-specific, not connection specific. The name was confusing. Fixed related documentation and clarified usage. Also fixed code where argument named 'unused' was actually used.
* Fixed compiler warnings.silvioprog2020-04-09
|
* define and use 'enum MHD_Result'Christian Grothoff2020-04-08
|
* add minimal example for empty bodyChristian Grothoff2019-10-24