Open danicheg opened 2 years ago
This came from the discussion https://github.com/http4s/http4s/pull/5786.
Actually both inputs are broken: notice that uri
is --request
and headers
is empty. Maybe curly4s doesn't support human-readable flags yet? :)
Uh-oh. You're right. Haven't checked the output :)
I try to use this cURL
and it lead to
org.http4s.ParseFailure: Invalid URI: Error(0,NonEmptyList(EndOfString(0,1)))
A variant without newlines works well:
->
/cc @armanbilge :)