Skip to content

A simple wrapper of libhttparser that makes it very easy to build http requests and parse responses in C.

License

Notifications You must be signed in to change notification settings

jakhax/simple_C_http_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C HTTP Parser

A simple wrapper of http_parser that makes it very easy to build http requests and parse responses in C.

Features

Running Tests

make tests

Usage

See examples

Building Examples

make examples

Todo

  • [-] libary with install entry in the Makefile
  • [-] Add error code and error messages to struct fields
  • [-] logging, with threading support
  • [-] support for very low memory devices

Contributing

Fork, make changes and make PR

Try to follow this coding style

astyle -n --options=.astylerc --recursive "*.h"
astyle -n --options=.astylerc --recursive "*.c"

About

A simple wrapper of libhttparser that makes it very easy to build http requests and parse responses in C.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published