http

package
v0.0.0-...-86643de Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: BSD-2-Clause Imports: 0 Imported by: 2

Documentation

Overview

The http package contains useful web constants.

Index

Constants

View Source
const (
	// MethodGet is a string containing the GET method, in uppercase.
	MethodGet string = "GET"
	// MethodPut is a string containing the PUT method, in uppercase.
	MethodPut string = "PUT"
	// MethodPost is a string containing the POST method, in uppercase.
	MethodPost string = "POST"
	// MethodDelete is a string containing the DELETE method, in uppercase.
	MethodDelete string = "DELETE"
	// MethodPatch is a string containing the PATCH method, in uppercase.
	MethodPatch string = "PATCH"
	// MethodHead is a string containing the HEAD method, in uppercase.
	MethodHead string = "HEAD"
	// MethodOptions is a string containing the OPTIONS method, in uppercase.
	MethodOptions string = "OPTIONS"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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