https://github.com/henryssondaniel/teacup-java-protocol-http
Teacup client/server HTTP and HTTPS support
https://github.com/henryssondaniel/teacup-java-protocol-http
http http-client http-request http-response http-server https teacup
Last synced: 6 months ago
JSON representation
Teacup client/server HTTP and HTTPS support
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-protocol-http
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-02-13T18:10:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T19:27:44.000Z (about 6 years ago)
- Last Synced: 2025-05-13T07:49:33.726Z (8 months ago)
- Topics: http, http-client, http-request, http-response, http-server, https, teacup
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-protocol-http)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-protocol-http)
[](https://github.com/HenryssonDaniel/teacup-java-protocol-http/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.protocol%22%20AND%20a%3A%22http%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.protocol/http)
## What ##
HTTP version 1.1 and 2 support.
The framework supports asynchronously and synchronously requests.
There is also support for an HTTP/HTTPS server.
## Why ##
This makes it possible to test HTTP with the framework, both the client and the server.
## How ##
Add this repository as a dependency.
The Simple interface holds all the functionality that the HTTP client can do.
New clients can be created with the Factory class in the client package.
The Simple interface holds all the functionality that the HTTP server can do.
New servers can be created with the Factory class in the server package.