You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/3/en/part3a.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -950,7 +950,7 @@ POST is the only HTTP request type that is neither <i>safe</i> nor <i>idempotent
950
950
951
951
### Middleware
952
952
953
-
The express [json-parser](https://expressjs.com/en/api.html) we took into use earlier is a so-called [middleware](http://expressjs.com/en/guide/using-middleware.html).
953
+
The express [json-parser](https://expressjs.com/en/api.html) we took into use earlier is a [middleware](http://expressjs.com/en/guide/using-middleware.html).
954
954
955
955
Middleware are functions that can be used for handling _request_ and _response_ objects.
0 commit comments