An open API service indexing awesome lists of open source software.

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

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