FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

alimon/http-tiny: http-tiny library improvments (POST, Auth, Thread) · GitHub

Repository files navigation

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.

About

http-tiny library improvments (POST, Auth, Thread)

Resources

Stars

10 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL