Skip to content

dotWicho/requist

Repository files navigation

requist

Go Quality Report GoDoc

Requist is a Go Library to manage HTTP/S Requests easily

Getting started

  • API documentation is available via godoc.
  • The examples directory contains more elaborate example applications.

Installation

To install Requist package, you need to install Go and set your Go workspace first.

1 - The first need Go installed (version 1.13+ is required). Then you can use the below Go command to install Requist

$ go get -u github.com/dotWicho/requist

And then Import it in your code:

package main

import "github.com/dotWicho/requist"

Or

2 - Use as module in you project (go.mod file):

module myclient

go 1.13

require (
	github.com/dotWicho/requist latest
)

Contributing

About

Library to manage HTTP/S Requests easily

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •