libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
fetch_url_search_params Struct Reference

URL search parameters container. More...

#include <fetch.h>

Data Fields

char ** keys
 
char ** values
 
size_t count
 
size_t capacity
 

Detailed Description

URL search parameters container.

Manages key-value pairs for URL query strings with automatic encoding.

Note
Memory: Caller owns the params and must call fetch_url_search_params_free()

Field Documentation

◆ capacity

size_t fetch_url_search_params::capacity

Allocated capacity

◆ count

size_t fetch_url_search_params::count

Number of parameters

◆ keys

char** fetch_url_search_params::keys

Parameter names

◆ values

char** fetch_url_search_params::values

Parameter values


The documentation for this struct was generated from the following file: