We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a039bc commit 8e4a37dCopy full SHA for 8e4a37d
20_node.txt
@@ -854,8 +854,8 @@ function respondErrorOrNothing(respond) {
854
----
855
856
(((204 (HTTP status code))))(((body (HTTP))))When an ((HTTP))
857
-((response)) does not contain any data, the status code 204 (“no
858
-content”) can be used to indicate this. Since we need to provide
+((response)) does not contain any data, the status code 204
+“no content” can be used to indicate this. Since we need to provide
859
callbacks that either report an error or return a 204 response in a
860
few different situations, I wrote a `respondErrorOrNothing` function
861
that creates such a callback.
0 commit comments