https://github.com/nakidai/libhttpc
Some cute library to work with HTTP in C :3
https://github.com/nakidai/libhttpc
c http-server http1-1 library
Last synced: 2 months ago
JSON representation
Some cute library to work with HTTP in C :3
- Host: GitHub
- URL: https://github.com/nakidai/libhttpc
- Owner: nakidai
- License: other
- Created: 2024-11-24T12:54:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-22T11:56:46.000Z (5 months ago)
- Last Synced: 2024-12-22T12:29:08.542Z (5 months ago)
- Topics: c, http-server, http1-1, library
- Language: C
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.7
Awesome Lists containing this project
README
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 I personally 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)
Also there's an API written using this library named CPTC:
https://github.com/nakidai/cptc.SEE ALSO
libhttpc(3)AUTHORS
Nakidai PerumeneiNakidai Perumenei December 14, 2024 Nakidai Perumenei