diff options
| author | Nakidai <nakidai@disroot.org> | 2024-12-13 14:16:23 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-12-13 14:16:23 +0300 |
| commit | 2b892e4d6b5f31035191920643c12936b86000ce (patch) | |
| tree | 135860439bcdc2db9d2e5cb655fed03c557a2854 /man/libhttpc_method.3 | |
| parent | 35bcba79e533447f1dfd62994f6f9c87cd8a9101 (diff) | |
| download | libhttpc-2b892e4d6b5f31035191920643c12936b86000ce.tar.gz libhttpc-2b892e4d6b5f31035191920643c12936b86000ce.zip | |
Divide manpages
Diffstat (limited to 'man/libhttpc_method.3')
| -rw-r--r-- | man/libhttpc_method.3 | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/man/libhttpc_method.3 b/man/libhttpc_method.3 index 6583416..2d23484 100644 --- a/man/libhttpc_method.3 +++ b/man/libhttpc_method.3 @@ -4,14 +4,7 @@ . .Sh NAME .Nm LibHTTPC_Method -HTTP method -. -.Sh SYNOPSIS -.In libhttpc/libhttpc.h -.Ft "const char *" -.Fn LibHTTPC_dumpMethod "enum LibHTTPC_Method method" -.Ft "enum LibHTTPC_Method" -.Fn LibHTTPC_loadMethod "const char *method" +.Nd HTTP method . .Sh DESCRIPTION HTTP/1.1 @@ -19,11 +12,9 @@ comes with some methods. .Xr libhttpc 3 provides -QOL functions -for converting them -between -user-readable strings -and machine-readable enum. +enum +and QoL functions +for using them. .Ss Methods These are methods that are supported @@ -53,7 +44,9 @@ there's for user-defined methods. . .Sh SEE ALSO -.Xr libhttpc 3 +.Xr libhttpc 3 , +.Xr libhttpc_dumpmethod 3 , +.Xr libhttpc_loadmethod 3 . .Sh AUTHORS .An Nakidai Perumenei Aq Mt nakidai@disroot.org |