Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 137 Bytes

README.curl.md

File metadata and controls

12 lines (11 loc) · 137 Bytes

curl syntax

> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Type: text/plain
<
foo