https://github.com/mbasaglia/httpony
C++ HTTP library
https://github.com/mbasaglia/httpony
cplusplus-14 http http-client http-server https library openssl
Last synced: 3 months ago
JSON representation
C++ HTTP library
- Host: GitHub
- URL: https://github.com/mbasaglia/httpony
- Owner: mbasaglia
- Created: 2016-06-28T19:33:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T10:00:52.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T08:23:12.452Z (about 1 year ago)
- Topics: cplusplus-14, http, http-client, http-server, https, library, openssl
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notice
======
Sadly, GitHub has been acquired by Microsoft, which has a history of
actively trying to destroy or undermine the open source / free software
movement.
See the [Halloween documents](http://catb.org/~esr/halloween/) for some
examples of this.
For this reason I'm not comfortable hosting my open source code in Microsoft's
infrastructure and all my repositories have been moved to GitLab.
New Uris for this repos
-----------------------
For webview, replace
https://github.com/mbasaglia/HttPony with
https://gitlab.com/mattia.basaglia/HttPony
For SSH remotes replace
`git@github.com:mbasaglia/HttPony.git` with
`git@gitlab.com:mattia.basaglia/HttPony.git`
For HTTPS remotes replace
`https://github.com/mbasaglia/HttPony.git` with
`https://gitlab.com/mattia.basaglia/HttPony.git`