Do an HTTP POST Request

An HTTP POST request is a common way send data to a server.

POST /en/docs/contributing/?query=value&filter=other HTTP/1.1
Host: howtoxiny.org
User-Agent: agent/0.0.1
Accept: */*
Content-Type: application/json
Content-Length: 21

{ "cats": "awesome" }

References

aka

Examples