Documentation ¶
Index ¶
Constants ¶
View Source
const ( GET = "GET" PUT = "PUT" POST = "POST" DELETE = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteNotAllowed ¶
type DeleteNotAllowed struct{}
type GetNotAllowed ¶
type GetNotAllowed struct{}
type HdrReply ¶
we now need to wrap the integer HTTP Reply code in this struct to be able to support the correct ID for the continuous pulling scheme
type PostNotAllowed ¶
type PostNotAllowed struct{}
type PutNotAllowed ¶
type PutNotAllowed struct{}
Click to show internal directories.
Click to hide internal directories.