Skip to content

Commit b321d34

Browse files
committed
chore(docs): http method formatting
1 parent 8439b28 commit b321d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ The middleware stack is processed in reverse order (bottom to top):
156156

157157
- Retrieves [CQL2 expression](http://developmentseed.org/cql2-rs/latest/python/#cql2.Expr) from request state
158158
- Augments request with CQL2 filter:
159-
- Modifies query strings for GET requests
160-
- Modifies JSON bodies for POST/PUT/PATCH requests
159+
- Modifies query strings for `GET` requests
160+
- Modifies JSON bodies for `POST`/`PUT`/`PATCH` requests
161161

162162
4. **OpenApiMiddleware**
163163

0 commit comments

Comments
 (0)