curl/docs/internals
Daniel Stenberg 4c5099868e
http: make the RTSP version check stricter
- make it only accept version 1.0, as that is the version curl supports
- convert the parser to use strparse
- the status code max is now 999, but it does allow != 3 digits

Closes #16435
2025-02-22 15:07:31 +01:00
..
BUFQ.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
BUFREF.md
CHECKSRC.md
CLIENT-READERS.md
CLIENT-WRITERS.md
CODE_STYLE.md CODE_STYLE: readability and banned functions 2025-02-16 16:11:13 +01:00
CONNECTION-FILTERS.md
DYNBUF.md lib: TLS session ticket caching reworked 2024-12-20 14:59:23 +01:00
HASH.md
LLIST.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
MQTT.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01: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
README.md
SPLAY.md internals/SPLAY.md: internal API documentation 2024-08-16 17:13:37 +02:00
STRPARSE.md http: make the RTSP version check stricter 2025-02-22 15:07:31 +01:00
TLS-SESSIONS.md docs/TLS-SESSIONS: fix typo, the->they 2025-01-21 09:23:26 +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.