Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(client): add POST request example to client guide (#140)
* docs(client): add POST request example to client guide Add a new section to the "Getting Started with a Client" guide that demonstrates how to make POST requests using hyper. The new section includes examples for sending plain text, binary data, and JSON in the request body, along with appropriate Content-Type headers. This addition helps users understand how to construct and send POST requests, complementing the existing GET request example. * docs(client): move the POST request in the client guide to a new page Add a new page to the "Getting Started with a Client" guide that demonstrates how to make POST requests using hyper. The new section includes examples for sending plain text, binary data, and JSON in the request body, along with appropriate Content-Type headers. This addition helps users understand how to construct and send POST requests, complementing the existing GET request example. * docs(client): move the POST request in the client from `/client/advanced/` to `/client/post/`
- Loading branch information