我想采用任意 http.Request 并将正文作为 json 字符串。我知道这涉及到 json 包,但它似乎json.Decode需要一个通过引用传入的特定结构。如何解码任意请求正文(然后将结果字符串化)?
func RequestBodyJsonString(r *http.Request) string {
}
回首忆惘然
相关分类