Contains convenience functions for pre-formatted HTTP responses. Note that all functions here will flush the response, meaning that you do not have to manually flush the response in your handler.
Convenience method to send a file response to a request.
Convenience method to send a method not allowed response.
Convenience method to prepare a simple 200 OK response.
See Source File
Contains convenience functions for pre-formatted HTTP responses. Note that all functions here will flush the response, meaning that you do not have to manually flush the response in your handler.