diff options
Diffstat (limited to 'man/libhttpc_loadheader.3')
| -rw-r--r-- | man/libhttpc_loadheader.3 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/man/libhttpc_loadheader.3 b/man/libhttpc_loadheader.3 new file mode 100644 index 0000000..8516834 --- /dev/null +++ b/man/libhttpc_loadheader.3 @@ -0,0 +1,33 @@ +.Dd December 13, 2024 +.Dt LIBHTTPC_LOADHEADER 3 +.Os +. +.Sh NAME +.Nm LibHTTPC_loadHeader +.Nd convert +string to +.Xr libhttpc_headertype 3 +. +.Sh SYNOPSIS +.In libhttpc/libhttpc.h +.Ft "enum LibHTTPC_HeaderType" +.Fn LibHTTPC_loadHeader "const char *header" +. +.Sh DESCRIPTION +.Nm +converts +.Ql const char * . +to +.Ql enum LibHTTPC_HeaderType +To view +all available headers, +check +.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 |