Skip to content

nakidai/libhttpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Perumenei <[email protected]>

Nakidai Perumenei	       December 14, 2024	     Nakidai Perumenei

About

Some cute library to work with HTTP in C :3

Topics

Resources

License

Stars

Watchers

Forks