about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-12-13 14:50:40 +0300
committerNakidai <nakidai@disroot.org>2024-12-13 14:50:40 +0300
commit94413680cf95ac297bac8852a65f223b7ac8af96 (patch)
treec8e58778677fc43560b424837658d237b6fe96f4 /README
parent93409c862f398441b81ee3922db7561cfac8a078 (diff)
downloadlibhttpc-94413680cf95ac297bac8852a65f223b7ac8af96.tar.gz
libhttpc-94413680cf95ac297bac8852a65f223b7ac8af96.zip
Add generated README
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0cdee1a
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+LIBHTTPC(7)	       Miscellaneous Information Manual		   LIBHTTPC(7)
+
+NAME
+     libhttpc - HTTP Library (Cute :3)
+
+DESCRIPTION
+     This library provides some QoL function for parsing requests and
+     constructing responses.  It's written for making HTTP servers.
+
+     If you want to check the documentation, you may want to check
+     include/libhttpc.h file or libhttpc(3)
+
+EXAMPLES
+     As an example, I can tell you the way how personally I use this library:
+
+     o	 Receive request from the user
+
+     o	 Pass the request to the libhttpc_loadrequest(3) function
+
+     o	 Handle the request
+
+     o	 Send request back using libhttpc_dumpresponse(3)
+
+SEE ALSO
+     libhttpc(3)
+
+AUTHORS
+     Nakidai Perumenei <nakidai@disroot.org>
+
+Linux 6.12.1-arch1-1	       December 13, 2024	  Linux 6.12.1-arch1-1