/http-tiny

Support for POST in http-tiny library

Primary LanguageCOtherNOASSERTION

http-tiny 1.2 fork support for POST and Basic auth

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_set_base64_encoder.

  • http_post added
  • http_set_basic_auth added

TODO

  • Making library thread-safe.
  • Improve code style.
  • Update manual pages.