curl-curl/docs/internals
Brian Chrzanowski c0df01fd94
websocket: add option to disable auto-pong reply
This adds another bitflag on CURLOPT_WS_OPTIONS (CURLWS_NOAUTOPONG) that
disables the default and automatic PONG reply in the WebSocket layer.

Assisted-by: Calvin Ruocco

Closes #16744
2025-04-19 00:01:28 +02:00
..
BUFQ.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
BUFREF.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
CHECKSRC.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
CLIENT-READERS.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
CLIENT-WRITERS.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
CODE_STYLE.md CODE_STYLE: readability and banned functions 2025-02-16 16:11:13 +01:00
CONNECTION-FILTERS.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
DYNBUF.md lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
HASH.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
LLIST.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
MID.md multi: do transfer book keeping using mid 2025-04-17 17:28:38 +02:00
MQTT.md mqtt: send ping at upkeep interval 2025-04-16 09:36:19 +02:00
MULTI-EV.md multi: event based rework 2025-02-22 14:47:40 +01:00
NEW-PROTOCOL.md GHA: silence proselint warnings and an error 2024-10-15 16:44:17 +02:00
PORTING.md docs/internals/PORTING.md: new document 2025-03-29 14:10:10 +01:00
README.md docs/internals: new subdirectory 2024-08-16 08:59:25 +02:00
SPLAY.md internals/SPLAY.md: internal API documentation 2024-08-16 17:13:37 +02:00
STRPARSE.md STRPARSE: amend with recently added functions 2025-03-10 12:18:48 +01:00
TLS-SESSIONS.md docs/TLS-SESSIONS: fix typo, the->they 2025-01-21 09:23:26 +01:00
UINT_SETS.md multi: do transfer book keeping using mid 2025-04-17 17:28:38 +02:00
WEBSOCKET.md websocket: add option to disable auto-pong reply 2025-04-19 00:01:28 +02:00

Internals

This directory contains documentation covering libcurl internals; APIs and concepts that are useful for contributors and maintainers.

Public APIs are documented in the public documentation, not here.