curl/docs/internals
Daniel Stenberg fc3e1cbc50
hyper: drop support
lib : remove all hyper code
configure: stop detecting hyper
docs: no more mention of hyper
tests: mo more special-handling of hyper builds
CI: no jobs using hyper

Closes #15120
2024-12-21 11:33:05 +01:00
..
BUFQ.md bufq: unwrite fix 2024-10-03 13:27:36 +02:00
BUFREF.md
CHECKSRC.md
CLIENT-READERS.md
CLIENT-WRITERS.md
CODE_STYLE.md
CONNECTION-FILTERS.md
DYNBUF.md lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
HASH.md
LLIST.md lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
MQTT.md tidy-up: whitespace, fix CI spacecheck for docs 2024-10-30 23:15:28 +01:00
NEW-PROTOCOL.md GHA: silence proselint warnings and an error 2024-10-15 16:44:17 +02:00
README.md
SPLAY.md internals/SPLAY.md: internal API documentation 2024-08-16 17:13:37 +02:00
STRPARSE.md strparse: string parsing helper functions 2024-12-12 16:00:52 +01:00
TLS-SESSIONS.md lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
WEBSOCKET.md hyper: drop support 2024-12-21 11:33:05 +01: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.