Use a POST request as the example in the README instread of GET #14

Merged
vlw merged 1 commit from refs/pull/14/head into master 2024-11-20 11:38:08 +01:00
vlw commented 2024-11-20 11:04:55 +01:00 (Migrated from codeberg.org)

The example sends a request body to a GET request, and GET requests can not have a request body. So this PR changes the example to a POST request instead.

The example sends a request body to a GET request, and [GET requests can not have a request body](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET). So this PR changes the example to a POST request instead.
Sign in to join this conversation.
No description provided.