service

package module
v0.10.0-pre.v2 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 3 Imported by: 3

README

Release License Go Report Card GoDoc Discord

taubyte/http

An HTTP library meant to speed up creating complex http services.

Installation

The import path for the package is github.com/taubyte/http.

To install it, run:

go get github.com/taubyte/http

License

Please see the LICENSE file for details.

Help

Find us on our Discord

Maintainers

  • Samy Fodil @samyfodil
  • Sam Stoltenberg @skelouse
  • Tafseer Khan @tafseer-khan
  • Aron Jalbuena @arontaubyte

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Upgrader = websocket.Upgrader{
		ReadBufferSize:  1024,
		WriteBufferSize: 1024,
		CheckOrigin: func(r *http.Request) bool {
			return true
		},
	}
	ShutdownGracePeriod = 3 * time.Second
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
example command
example/handler command
secure/example command

Jump to

Keyboard shortcuts

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