mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 21:48:48 +00:00
11 lines
201 B
Text
11 lines
201 B
Text
|
|
POST /foo?param=Value&Pet=dog HTTP/1.1
|
||
|
|
Host: example.com
|
||
|
|
Date: Tue, 20 Apr 2021 02:07:55 GMT
|
||
|
|
One: value1
|
||
|
|
Two: value2
|
||
|
|
Three: value2
|
||
|
|
Content-Type: application/json
|
||
|
|
Content-Length: 18
|
||
|
|
|
||
|
|
{"hello": "world"}
|