Version 1.00.xx
Version 1.00.00
Release Date: 2014-11-05
Requirements
- µC/TCPIP V3.02.00 or more recent.
- µC/LIB V1.37.01
- µC/CPU V1.29.01
- Mocana nanoSSL V5.7.00 [Option]
New features & improvements
Initial release.
- Full support for HTTP 1.1 (RFC 2616)
- All HTTP methods suported (GET, POST, PUT, DELETE, HEAD, OPTIONS, and TRACE)
- Encryption with HTTPS (HTTP over SSL)
- Support for persistent connections
- Support for transfer encoding (transmission and reception)
- HTTP header field processing (HTTP cookies)
- HTTP query string processing
- Thread safe
- 2 Modes: with or without dedicated thread
- Chunked Transfer Encoding for transmission and reception
- Multi-Part form POST for uploading large files
- Callback subscription mechanism to be notified on different connection events
API Changes
None.
Bug Fixes
None.