Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruk33/http_request


https://github.com/ruk33/http_request

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

HTTP REQUEST
simple lib to know:
- the method of a request (GET, POST, etc.)
- if a path matches (ie, is uri /my/path.html?)
- if the request is complete or partial.
- start of the body.

NOTES
- no memory is allocated.
- NULL can be safely used for all parameters.
- strings MUST be NULL terminated.

INSTALLATION
copy http_request.h/c in your project.

HOW TO USE IT
check main.c for code usage examples.