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 a27b98f commit e209b2eCopy full SHA for e209b2e
SPEC.md
@@ -162,6 +162,19 @@ A representation of the response body that must satisfy the
162
(write-body-to-stream [body response output-stream]))
163
```
164
165
+The `response` argument is the full Ring response map, and the
166
+`output-stream` argument is a `java.io.OutputStream` instance.
167
+
168
+The `ring.core.protocols` namespace provides default implementations for
169
+the following types:
170
171
+* `byte[]`
172
+* `String`
173
+* `clojure.lang.ISeq`
174
+* `java.io.InputStream`
175
+* `java.io.File`
176
+* `nil`
177
178
#### :headers
179
180
A Clojure map of header name strings to either a string or a vector of
0 commit comments