Skip to content

crypitor/crypitor-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());