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 33e1070 commit 6b8440dCopy full SHA for 6b8440d
platform/Http.roc
@@ -90,7 +90,7 @@ header = |(name, value)| { name, value }
90
## response =
91
## Http.send!({ Http.default_request & uri: "https://www.roc-lang.org" })?
92
##
93
-## Stdout.line!(Str.from_utf8(response.body))?
+## Stdout.line!(Str.from_utf8(response.body)?)?
94
## ```
95
send! : Request => Result Response [HttpErr [Timeout, NetworkError, BadBody, Other (List U8)]]
96
send! = |request|
0 commit comments