The documentation for start-request says it's called like:
(start-request in
out
http-version
method
path
heads)
In section 1.5, though, there's some sample code that says:
(define tx-data? (start-request in out method path rh "1.0"))
which is seemingly a different argument order.
The documentation for
start-requestsays it's called like:In section 1.5, though, there's some sample code that says:
which is seemingly a different argument order.