Skip to content

Commit ff3ba99

Browse files
committed
README.md
1 parent 02b8e5d commit ff3ba99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ There is also a `throw!` function to throw any kind response in an exception.
8888
; clojure.lang.ExceptionInfo: throw: {:type :ring.util.http-response/response, :response {:status 400, :headers {"header" "value"}, :body "body"}}
8989
```
9090

91-
### Catching thrown HTTP responses
91+
### Catching thrown HTTP status codes
9292

9393
Middleware `ring.middleware.http-response/wrap-http-response` catches thrown HTTP-responses and returns the responses within.
9494
See the [facts](https://github.com/metosin/ring-http-response/blob/master/test/ring/middleware/http_response_test.clj) for examples.

0 commit comments

Comments
 (0)