Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alimon committed Aug 27, 2013
1 parent d675f43 commit 9762991
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,15 +1,18 @@
http-tiny
=========

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-basic-auth.c for example of implementation.

- http\_post added
- http\_set\_basic\_auth added
- http_read_buffer_eof (GET/POST support for read without Content length header field)
- http_read_buffer_eof (GET/POST support for read body without Content length header field)

TODO

Expand Down

0 comments on commit 9762991

Please sign in to comment.