WhiteCosmos/Gotcha-Rest-Client

【BUG】Parse cURL buggy

WhiteCosmos opened this issue · 0 comments

curl -X POST \
-H 'Content-Type: application/json' \
-H 'Custom-Header: HeaderValue' \
--data '{"key1": "value1", "key2": "value2"}' \
'https://httpbin.org'

the "https://" not parse correctly