HTTP Methods
HTTP Status Codes
HTTP status codes are issued by a server in response to a client’s request made to the server. They provide information about the outcome of the request. Here’s a table of some common HTTP status codes and their descriptions:Streaming responses
Bruno supports Server-Sent Events (SSE) for REST requests that stream data withAccept: text/event-stream. Incoming chunks appear live in the response panel, and you can cancel an active stream at any time.