# Functions
CreateBadRequestResponse cria uma resposta com HTTP status code 400 e envia o erro no atributo body.
CreateCreatedResponse cria uma resposta com HTTP status code 201 e envia dados no atributo body.
CreateCustomStatusCodeResponse cria uma resposta com o código de status http recebido e envia os dados no atributo body.
CreateInternalServerErrorResponse cria uma resposta com HTTP status code 500 e envia o erro no atributo body.
CreateNoContentResponse cria uma resposta com HTTP status code 203 e não envia dados no atributo body.
CreateNotFoundResponse cria uma resposta com HTTP status code 404 e envia o erro no atributo body.
CreateSuccessResponse cria uma resposta com HTTP status code 500 e envia os dados no atributo body.
CreateTooManyRequestsResponse creates a response with 429 HTTP status code.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SanitizeRequest Sanitiza a request, substituindo tags html pelas suas entidades.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author