https://github.com/kornerr/mongoose-client
Simple HTTP client implementation for desktop using Mongoose
https://github.com/kornerr/mongoose-client
http http-client mongoose ssl
Last synced: 2 months ago
JSON representation
Simple HTTP client implementation for desktop using Mongoose
- Host: GitHub
- URL: https://github.com/kornerr/mongoose-client
- Owner: kornerr
- Created: 2018-04-28T07:59:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T08:15:57.000Z (about 8 years ago)
- Last Synced: 2025-03-12T03:33:29.295Z (over 1 year ago)
- Topics: http, http-client, mongoose, ssl
- Language: C
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This sample implements HTTPClient class to perform GET requests over HTTP(S).
HTTPClient uses [Mongoose][mongoose].
This is a small research to create remote debugging capability for
OpensouceGameStudio products.
# Build notes
## Ubuntu
`apt install libssl-dev`
## macOS
`brew install openssl`
## Windows
TODO
[mongoose]: https://github.com/cesanta/mongoose