blob: cf4cdb21e8af298085fdc4ea89c6c35124c336dc (
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
|
.Dd December 14, 2024
.Dt LIBHTTPC_DUMPHEADER 3
.Os
.
.Sh NAME
.Nm LibHTTPC_dumpHeader
.Nd convert
.Xr libhttpc_headertype 3
to string
.
.Sh SYNOPSIS
.In libhttpc/libhttpc.h
.Ft "const char *"
.Fn LibHTTPC_dumpHeader "enum LibHTTPC_HeaderType header"
.
.Sh DESCRIPTION
.Fn LibHTTPC_dumpHeader
converts
.Vt enum LibHTTPC_HeaderType
to
.Vt const char * .
To view
all available headers,
read
.Xr libhttpc_headertype 3 .
.
.Sh SEE ALSO
.Xr libhttpc 3 ,
.Xr libhttpc_header 3 ,
.Xr libhttpc_headertype 3
.
.Sh AUTHORS
.An Nakidai Perumenei Aq Mt nakidai@disroot.org
|