Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 586 Bytes

crypitor-http-client

High performance http-client

Guide

  1. Add repository
    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
  1. Add dependency
	<dependency>
	    <groupId>com.github.crypitor</groupId>
	    <artifactId>crypitor-http-client</artifactId>
	    <version>v1.0</version>
	</dependency>
  1. Using
ResponseObject responseObject = HttpHandler.getInstance().doGet(ResponseObject.class, "localhost", CustomHttpHeaders.custom().build());