]> git.ipfire.org Git - thirdparty/curl.git/commit
strparse: provide access functions
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Feb 2025 07:49:54 +0000 (08:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Feb 2025 11:17:32 +0000 (12:17 +0100)
commitf0d73181932d1048703ba309a6051c298c013c28
tree09e875c6f3032ee8e319035eea84af2f81ca63b3
parent1aea05a6c2699e80c75936d58569851555acd603
strparse: provide access functions

To access the string and the length without having to directly use the
struct field names. Gives more freedom, flexbility and keeps
implementation specifics out of users' code.

Closes #16386
docs/internals/STRPARSE.md
lib/altsvc.c
lib/cookie.c
lib/curl_trc.c
lib/hostip.c
lib/hsts.c
lib/http_aws_sigv4.c
lib/strparse.c
lib/strparse.h