Categorygithub.com/bloodshoot111/go-http
repository
1.0.0
Repository: https://github.com/bloodshoot111/go-http.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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"