Documentation
¶
Overview ¶
Code generated. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Accepted = internal.S(http.StatusAccepted)
View Source
var AlreadyReported = internal.S(208) // RFC 5842
View Source
var BadGateway = internal.E(http.StatusBadGateway)
View Source
var BadRequest = internal.E(http.StatusBadRequest)
--- 4xx Client Errors ---
View Source
var Conflict = internal.E(http.StatusConflict)
View Source
var Continue = internal.S(http.StatusContinue)
--- 1xx Informational ---
View Source
var CreateAWSAPIGatewayProxyResponse = adapter.CreateAWSAPIGatewayProxyResponse
View Source
var CreateHTTPResponse = adapter.CreateHTTPResponse
View Source
var Created = internal.S(http.StatusCreated)
View Source
var EarlyHints = internal.S(http.StatusEarlyHints)
View Source
var ExpectationFailed = internal.E(http.StatusExpectationFailed)
View Source
var FailedDependency = internal.E(424) // RFC 4918
View Source
var Forbidden = internal.E(http.StatusForbidden)
View Source
var Found = internal.S(http.StatusFound)
View Source
var GatewayTimeout = internal.E(http.StatusGatewayTimeout)
View Source
var Gone = internal.E(http.StatusGone)
View Source
var HTTPVersionNotSupported = internal.E(http.StatusHTTPVersionNotSupported)
View Source
var IMUsed = internal.S(226) // RFC 3229
View Source
var InsufficientStorage = internal.E(507) // RFC 4918
View Source
var Internal = internal.E(http.StatusInternalServerError)
--- 5xx Server Errors ---
View Source
var LengthRequired = internal.E(http.StatusLengthRequired)
View Source
var Locked = internal.E(423) // RFC 4918
View Source
var LoopDetected = internal.E(508) // RFC 5842
View Source
var MethodNotAllowed = internal.E(http.StatusMethodNotAllowed)
View Source
var MisdirectedRequest = internal.E(421) // RFC 7540
View Source
var MovedPermanently = internal.S(http.StatusMovedPermanently)
View Source
var MultiStatus = internal.S(207) // RFC 4918
View Source
var MultipleChoices = internal.S(http.StatusMultipleChoices)
--- 3xx Redirection ---
View Source
var NetworkAuthenticationRequired = internal.E(511) // RFC 6585
View Source
var NoContent = internal.S(http.StatusNoContent)
View Source
var NonAuthoritativeInfo = internal.S(http.StatusNonAuthoritativeInfo)
View Source
var NotAcceptable = internal.E(http.StatusNotAcceptable)
View Source
var NotExtended = internal.E(510) // RFC 2774
View Source
var NotFound = internal.E(http.StatusNotFound)
View Source
var NotImplemented = internal.E(http.StatusNotImplemented)
View Source
var NotModified = internal.S(http.StatusNotModified)
View Source
var OK = internal.S(http.StatusOK)
--- 2xx Success ---
View Source
var PartialContent = internal.S(http.StatusPartialContent)
View Source
var PaymentRequired = internal.E(http.StatusPaymentRequired)
View Source
var PermanentRedirect = internal.S(http.StatusPermanentRedirect)
View Source
var PreconditionFailed = internal.E(http.StatusPreconditionFailed)
View Source
var PreconditionRequired = internal.E(428) // RFC 6585
View Source
var Processing = internal.S(102) // RFC 2518
View Source
var ProxyAuthRequired = internal.E(http.StatusProxyAuthRequired)
View Source
var RequestEntityTooLarge = internal.E(http.StatusRequestEntityTooLarge)
View Source
var RequestHeaderFieldsTooLarge = internal.E(431) // RFC 6585
View Source
var RequestTimeout = internal.E(http.StatusRequestTimeout)
View Source
var RequestURITooLong = internal.E(http.StatusRequestURITooLong)
View Source
var RequestedRangeNotSatisfiable = internal.E(http.StatusRequestedRangeNotSatisfiable)
View Source
var ResetContent = internal.S(http.StatusResetContent)
View Source
var SeeOther = internal.S(http.StatusSeeOther)
View Source
var SwitchingProtocols = internal.S(http.StatusSwitchingProtocols)
View Source
var Teapot = internal.E(http.StatusTeapot) // 418
View Source
var TemporaryRedirect = internal.S(http.StatusTemporaryRedirect)
View Source
var TooEarly = internal.E(425) // RFC 8470
View Source
var TooManyRequests = internal.E(http.StatusTooManyRequests)
View Source
var UnprocessableEntity = internal.E(http.StatusUnprocessableEntity)
View Source
var UnsupportedMediaType = internal.E(http.StatusUnsupportedMediaType)
View Source
var UpgradeRequired = internal.E(http.StatusUpgradeRequired)
View Source
var UseProxy = internal.S(http.StatusUseProxy) // deprecated but included
View Source
var VariantAlsoNegotiates = internal.E(506) // RFC 2295
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶ added in v1.0.1
type APIResponse internal.APIResponse
Click to show internal directories.
Click to hide internal directories.