MyHTTPServletRequest
には次の情報が含まれています。
headers:
Accept-Encoding: gzip, deflate
X-Chargify-Webhook-Signature: b048ad28f573829f52f05208aa522a6f
X-Chargify-Webhook-Id: "8233897"
Content-Type: application/x-www-form-urlencoded
Accept: "*/*; q=0.5, application/xml"
Content-Length: "47"
body: payload[chargify]=testing&id=8233897&event=test
では、リクエストからボディを読み取り、ボディをキーと値のペアに分割する方法は?