about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-12-13 14:43:50 +0300
committerNakidai <nakidai@disroot.org>2024-12-13 14:43:50 +0300
commit93409c862f398441b81ee3922db7561cfac8a078 (patch)
treec3754e8e0becd63c5eaab4edf5eca4cb7cd7c446 /README
parent1a7a3f8672d0ebd362def49d3a5193da5efae066 (diff)
downloadlibhttpc-93409c862f398441b81ee3922db7561cfac8a078.tar.gz
libhttpc-93409c862f398441b81ee3922db7561cfac8a078.zip
Replace README with a manpage
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 0 insertions, 21 deletions
diff --git a/README b/README
deleted file mode 100644
index a45fabb..0000000
--- a/README
+++ /dev/null
@@ -1,21 +0,0 @@
-libhttpc
-<======>
-HTTP Library (Cute :3)
-
-This library provides some QoL functions for parsing requests and constructing
-responses.
-
-Notice that libhttpc doesn't do any validation, validate data yourself or use
-reverse proxy for this task.
-
-Using
-<===>
-All the documentation is stored in the single header file. You can try to use
-doxygen or smth kinda to generate docs from it ig.
-
-This is the way how in my opinion this library should be used:
-1. Receive request from the user
-2. Pass this request to the LibHTTPC_loadRequest function
-3. Handle the request
-4. Generate response using LibHTTPC_dumpResponse function
-5. Send generated response