Documentation
¶
Index ¶
Constants ¶
View Source
const ( CreatedSuccess = http.StatusCreated //201 OK = http.StatusOK //200 NotFound = http.StatusNotFound //404 NotAuthorized = http.StatusUnauthorized //401 UserNotActive = http.StatusForbidden //403 Exists = http.StatusConflict //409 ServerError = http.StatusInternalServerError //500 BadRequest = http.StatusBadRequest //400 DeletedSuccess = http.StatusNoContent //204 )
http statuscode
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.