summary refs log tree commit diff
path: root/man/libhttpc.3
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-12-13 04:54:50 +0300
committerNakidai <nakidai@disroot.org>2024-12-13 04:54:50 +0300
commitc4a9635cb33ba610e663ebdb23dc01d687476109 (patch)
tree691a18c3af2761449bb3c52589fafb3f3a88c2d6 /man/libhttpc.3
parentd29b57abc2cb0f0e34c295a8954f99f903ab5b22 (diff)
downloadlibhttpc-c4a9635cb33ba610e663ebdb23dc01d687476109.tar.gz
libhttpc-c4a9635cb33ba610e663ebdb23dc01d687476109.zip
Add manpages
Diffstat (limited to 'man/libhttpc.3')
-rw-r--r--man/libhttpc.357
1 files changed, 57 insertions, 0 deletions
diff --git a/man/libhttpc.3 b/man/libhttpc.3
new file mode 100644
index 0000000..243e7b3
--- /dev/null
+++ b/man/libhttpc.3
@@ -0,0 +1,57 @@
+.Dd December 13, 2024
+.Dt LIBHTTPC 3
+.Os
+.
+.Sh NAME
+.Nm libhttpc
+.Nd HTTP QoL library
+.Pp
+and also
+.Pp
+.Nm LibHTTPC
+.Nd
+.Nm
+library initializer
+.
+.Sh SYNOPSIS
+.In libhttpc/libhttpc.h
+.Ft "void"
+.Fo LibHTTPC
+.Fa "LibHTTPC_Malloc *malloc"
+.Fa "LibHTTPC_Realloc *realloc"
+.Fa "LibHTTPC_Free *free"
+.Fc
+.
+.Sh DESCRIPTION
+.Nm
+makes it easier
+to create
+HTTP servers.
+It provides
+some QoL functions
+that you
+would write yourself
+without this library.
+.
+.Ss Configuration
+If you
+want to use
+buffer autoallocating
+or
+.Xr libhttpc_request_ 3 ,
+then you need
+to call
+.Fn LibHTTPC
+at first.
+.Xr 
+.
+.Sh SEE ALSO
+.Xr libhttpc-alloc 3 ,
+.Xr libhttpc_header 3 ,
+.Xr libhttpc_method 3 ,
+.Xr libhttpc_request 3 ,
+.Xr libhttpc_response 3 ,
+.Xr libhttpc_status 3
+.
+.Sh AUTHORS
+.An Nakidai Perumenei Aq Mt nakidai@disroot.org