about summary refs log tree commit diff
path: root/man/libhttpc_dumpmethod.3
blob: 9a71524617072974ba66c04c2ff8df4eb02a2b07 (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
.Dd December 13, 2024
.Dt LIBHTTPC_DUMPMETHOD 3
.Os
.
.Sh NAME
.Nm LibHTTPC_dumpMethod
.Nd convert
.Xr libhttpc_method 3
to string
.
.Sh SYNOPSIS
.In libhttpc/libhttpc.h
.Ft "const char *"
.Fn LibHTTPC_dumpMethod "enum LibHTTPC_Method header"
.
.Sh DESCRIPTION
.Nm
converts
.Ql enum LibHTTPC_Method
to
.Ql const char * .
To view
all available methods,
check
.Xr libhttpc_method 3 .
.
.Sh SEE ALSO
.Xr libhttpc 3 ,
.Xr libhttpc_method 3
.
.Sh AUTHORS
.An Nakidai Perumenei Aq Mt nakidai@disroot.org