Documentation
¶
Index ¶
Constants ¶
View Source
const ( HeaderContentType = "Content-Type" HeaderContentLength = "Content-Length" HeaderHost = "Host" HeaderUserAgent = "User-Agent" )
View Source
const ( MethodGet = "GET" MethodPost = "POST" )
View Source
const HeaderConnection = "Connection"
View Source
const StatusBadRequest = "400 Bad Request"
View Source
const StatusCreated = "201 Created"
View Source
const StatusInternalServerErr = "500 Internal Server Error"
View Source
const StatusNotFound = "404 Not Found"
View Source
const StatusOK = "200 OK"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.