File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Std/Internal/Http/Client Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ A single HTTP client connection.
3434-/
3535public structure Connection (α : Type ) where
3636 /--
37- The server connection.
37+ The server connection
3838 -/
3939 socket : α
4040
@@ -44,22 +44,22 @@ public structure Connection (α : Type) where
4444 machine : Protocol.H1.Machine .response
4545
4646/--
47- A request packet to be sent through the persistent connection channel.
47+ A request packet to be sent through the persistent connection channel
4848-/
4949structure RequestPacket where
5050
5151 /--
52- ?
52+ The HTTP request to be sent
5353 -/
5454 request : Request Body
5555
5656 /--
57- ?
57+ A promise that resolves to the HTTP response once received
5858 -/
5959 responsePromise : IO.Promise (Except IO.Error (Response Body))
6060
6161 /--
62- ?
62+ A token used to cancel the request if needed
6363 -/
6464 cancellationToken : Std.CancellationToken
6565
You can’t perform that action at this time.
0 commit comments