Skip to content

Bloodshoot111/go-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-http

Yet Another Go-HTTP-Client based only on the standard library

Installation

# Go Modules
require github.com/bloodshoot111/go-http

Usage

In order to use the library for making HTTP calls you need to import the corresponding HTTP package:

import "github.com/bloodshoot111/go-http/gohttp"