A full HTTP/1.1 implementation library for Arduino.
Powerful and easy to use.
- HTTP\1.1 Server ( Either Standard conformant or Custom )
- HTTP\1.1 Client
- HTTP\1.1 Parser ( Auto-Adaptive )
- Fully Object Oriented
- Transport agnostic
- Conformant to IETF RFC 7230, 7231, 7232, 7233, 6234, 7235
- Easy to use : minimal setup for the server requires only 4 rows of code
Checkout the wiki for more information
DEVELOPER NOTICE :
-
Currently this is a functional implementation of HTTP.
It's my intention to complete it as stated above, but when this will happen is undefined. -
Currently i'm too lazy / busy to write a proper documentation page.
However the source code is very well documented in doxygen style, so if you're searching for documentation your current options are either to directly look for comments in the source or try using doxygen.
The choice is yours.
The Arduino_HTTP Library by Giuseppe Masino is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
If you need permissions that are beyond the scope of this license, you can ask me through this contacts, in order of preference:
- Telegram : https://telegram.me/qub1750ul
- Twitter : https://twitter.com/qub1750ul
- Facebook page : https://facebook.com/dev.giuseppemasino/
The license text can be found in the LICENSE.md file