http_statuses

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: May 2, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Code400BadRequest          = Code(http.StatusBadRequest)
	Code405MethodNotAllowed    = Code(http.StatusMethodNotAllowed)
	Code409Conflict            = Code(http.StatusConflict)
	Code422UnprocessableEntity = Code(http.StatusUnprocessableEntity)
	Code499ClientClosedRequest = Code(499)
	Code500InternalServerError = Code(http.StatusInternalServerError)
	Code501NotImplemented      = Code(http.StatusNotImplemented)
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code int

func (Code) String

func (code Code) String() string

Source Files

  • main.go

Jump to

Keyboard shortcuts

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