📄️ Handle Response
Responses can be made using the reply object . Rover offers 4 native ways to send response to the client. These are explained below
📄️ Response Header
A Response header can be passed on any native reply methods as the third parameter.
📄️ Custom Response
By default you can only make 4 kinds of response with native way. However, you can extend this and create custom response by using the Response API.