Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle POST request without body in example client
When sending a POST request in the client example, we convert its body to bytes to create the HMAC key. This fails when there is no body because the ToBytes function does not handle the None value. Return empty bytes in this case.
- Loading branch information