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