website
website copied to clipboard
Testing is missing information
The testing example is only showing how to test the GET method, but there is not way to show how to do the POST and where can we send the body data!
PR Welcome
I add an example about how to do the test for POST(also contain where can we send the body data!) in https://github.com/gin-gonic/website/pull/223