Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HISONA/https_client
HTTP/HTTPS REST Client C Library
https://github.com/HISONA/https_client
Last synced: 28 days ago
JSON representation
HTTP/HTTPS REST Client C Library
- Host: GitHub
- URL: https://github.com/HISONA/https_client
- Owner: HISONA
- License: apache-2.0
- Created: 2016-03-07T05:37:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T12:08:23.000Z (over 7 years ago)
- Last Synced: 2024-08-04T02:10:52.767Z (4 months ago)
- Language: C
- Size: 1.99 MB
- Stars: 118
- Watchers: 16
- Forks: 74
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - https_client
README
# https_client
HTTP/HTTPS REST Client C LibraryThis library is a tiny https client library. it use only small memory(default read buffer size(H_READ_SIZE) is 2048).
This library can be easily applied in your embedded system because written only in C language.It use the mbedTLS ssl/tls library(https://tls.mbed.org/). You must include the mbedTLS library.
Supporting specifications are as follows.
- Support the HTTPS 1.1 Keep-Alive connection.
- Support the chunked-encoding.
- Support the HTTP GET and POST method.Enjoy.