summary refs log tree commit diff
path: root/man/libhttpc_loadmethod.3
blob: 817c419bdbe402ee67eee21eb2d6ce1181ca479e (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 14, 2024
.Dt LIBHTTPC_LOADMETHOD 3
.Os
.
.Sh NAME
.Nm LibHTTPC_loadMethod
.Nd convert
string to
.Xr libhttpc_method 3
.
.Sh SYNOPSIS
.In libhttpc/libhttpc.h
.Ft "enum LibHTTPC_Method"
.Fn LibHTTPC_loadMethod "const char *header"
.
.Sh DESCRIPTION
.Fn LibHTTPC_loadMethod
converts
.Vt const char * .
to
.Vt enum LibHTTPC_Method
To view
all available methods,
read
.Xr libhttpc_method 3 .
.
.Sh SEE ALSO
.Xr libhttpc 3 ,
.Xr libhttpc_method 3
.
.Sh AUTHORS
.An Nakidai Perumenei Aq Mt nakidai@disroot.org