Добавить curl_request_example.md
This commit is contained in:
parent
21ca539215
commit
a0a12b2c59
|
@ -0,0 +1,10 @@
|
|||
# Example for send request to server with curl
|
||||
|
||||
## Get HEADERS
|
||||
`curl -I http://localhost:8088`
|
||||
|
||||
## Send GET data
|
||||
`curl 'http://localhost:8088?foo=bar&bin=go'`
|
||||
|
||||
## Send POST data
|
||||
`curl -d "foo=bar&bin=go" http://localhost:8088`
|
Loading…
Reference in New Issue