http

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2023 License: MIT Imports: 3 Imported by: 2

README

HTTP

Static Badge Build Go Reference codecov Release Go Report Card codebeat badge FOSSA Status License

http package provides tooling around http in Go configured for production usage

Install

$> go get github.com/gofast-pkg/http@latest

Usage

import github.com/gofast-pkg/http

func main() {
  client := http.NewClient()

  // do something with your net/http client
}

Contributing

 ❕  Use issues for everything

  • For a small change, just send a PR.
  • For bigger changes open an issue for discussion before sending a PR.
  • PR should have:
    • Test case
    • Documentation
    • Example (If it makes sense)
  • You can also contribute by:
    • Reporting issues
    • Suggesting new features or enhancements
    • Improve/fix documentation

For all changes, please update the CHANGELOG.txt file by replacing the existant content.

Thank you  🙏  👍 

Made with contrib.rocks.

Licence

MIT

Documentation

Overview

Package http provides tooling around http in Go configured for production usage

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient() *http.Client

NewClient returns a new http client configured for production usage

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL