Commit 9ec8c40
committed
Migrate to libmicrohttpd 1.0.0 API with new features
Raise minimum libmicrohttpd requirement to 1.0.0 and migrate all
deprecated APIs to their v3 replacements:
- Basic Auth: MHD_basic_auth_get_username_password3,
MHD_queue_basic_auth_required_response3 with UTF-8 support
- Digest Auth: MHD_digest_auth_check3, MHD_digest_auth_check_digest3,
MHD_queue_auth_required_response3 with SHA-512/256, userhash,
nonce binding, and structured digest_auth_result enum
Add new response types: empty_response, pipe_response, iovec_response.
Add external event loop integration (run, run_wait, get_fdset,
get_timeout, add_connection), daemon management (quiesce, get_listen_fd,
get_active_connections, get_bound_port), and numerous new daemon options
(listen_backlog, address_reuse, tcp_fastopen_queue_size, turbo, etc.).
Add conditional WebSocket support via libmicrohttpd_ws.
Add utility functions: reason_phrase, is_feature_supported, get_mhd_version.1 parent 2662f05 commit 9ec8c40
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
454 | 455 | | |
455 | 456 | | |
456 | 457 | | |
| |||
0 commit comments