Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 268 Bytes

File metadata and controls

10 lines (7 loc) · 268 Bytes

WebHttpClient

This is a simple http client which uses Spring 5 WebClient.

It comes with a few HTTP methods which only require the url and if needed, the request body.

Build

To build just simply run gradle clean build.

Anyone can use this simple client.