Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 515 Bytes

File metadata and controls

22 lines (15 loc) · 515 Bytes

http-tiny

http-tiny 1.2 improvments

http-tiny is good implementation of HTTP for embedded applications.

For support basic auth you should be implement your own function for base64 encoding or use another one, see http-basic-auth.c for example of implementation.

Added multi-thread support with functions httpmt.

  • http_post added
  • http_set_basic_auth added
  • http_read_buffer_eof (GET/POST support for read body without Content length header field)
  • httpmt_*.

TODO

  • Update manual pages.