HenryssonDaniel / teacup-java-protocol-http

Teacup client/server HTTP and HTTPS support

Home Page:https://henryssondaniel.github.io/teacup.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage latest release Maven Central Javadocs

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.

About

Teacup client/server HTTP and HTTPS support

https://henryssondaniel.github.io/teacup.github.io/

License:MIT License


Languages

Language:Java 100.0%