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

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

Awesome Lists containing this project

README

          

# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[![Build Status](https://travis-ci.com/HenryssonDaniel/teacup-java-protocol-http.svg?branch=master)](https://travis-ci.com/HenryssonDaniel/teacup-java-protocol-http)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-java-protocol-http&metric=coverage)](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-protocol-http)
[![latest release](https://img.shields.io/badge/release%20notes-1.1.2-yellow.svg)](https://github.com/HenryssonDaniel/teacup-java-protocol-http/blob/master/doc/release-notes/official.md)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.henryssondaniel.teacup.protocol/http.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.protocol%22%20AND%20a%3A%22http%22)
[![Javadocs](https://www.javadoc.io/badge/io.github.henryssondaniel.teacup.protocol/http.svg)](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.