summary refs log tree commit diff
path: root/man/libhttpc_header.3
blob: 135b43e5238678188d5d737d976d6087fd534f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.Dd December 13, 2024
.Dt LIBHTTPC_HEADER 3
.Os
.
.Sh NAME
.Nm LibHTTPC_Header
.Nd HTTP header structure
.
.Sh DESCRIPTION
HTTP/1.1
comes with
some headers.
.Xr libhttpc 3
provides
enum
and QoL functions
for using them.
.
.Pp
Library declare
.Nm
as follows:
.Bd -literal -offset indent
struct LibHTTPC_Header
{
    const char *name;
    const char *value;
};
.Ed
.
.Sh SEE ALSO
.Xr libhttpc 3 ,
.Xr libhttpc_headertype 3 ,
.Xr libhttpc_dumpheader 3 ,
.Xr libhttpc_loadheader 3
.
.Sh AUTHORS
.An Nakidai Perumenei Aq Mt nakidai@disroot.org