英文: Golang / Gin-gonic : Force POST headers to JSON 问题 我正在使用Gin-gonic创建一个API。所有的请求,无论是GET还是POST,都将以J...
Golang将嵌套的JSON解码为嵌套的结构体
英文: Golang Decode Nested JSON into Nested Struct 问题 让我们来看一下以下的代码片段: type Input struct { Value1 strin...
如何接受来自Go的POST请求并将输出写入文件?
英文: How do I accept POST requests from Go and write output to a file? 问题 首先,我正在尝试在Go中创建一个日志记录服务,它是一个...
Go – 中间件阻止每个请求的 MIME 类型
英文: Go - middleware blocks MIME type of each requests 问题 我修改了这个教程的中间件,以检查所有PUT和POST请求的JSON MIME类型。 但...
MongoLab使用HTTP PUT通过CURL/Golang-http删除多个集合不起作用。
英文: MongoLab Delete Multiple collections using HTTP PUT via CURL/Golang-http not working 问题 我正在尝试通过M...
使用Polymer的core-ajax如何向Golang服务器发送POST请求?
英文: Post request to golang server using polymer core-ajax? 问题 我正在尝试使用Polymer的core-ajax进行POST请求,向运行Go...
Golang中像curl一样的JSON/HTTP请求
英文: Golang JSON/HTTP request like curl 问题 我正在寻找一个关于如何使用Golang执行类似于curl的请求的快速教程。我有两个API需要通信,它们的工作方式基本...
How to upload file using golang code
英文: How to upload file using golang code 问题 使用golang代码将文件传输到远程服务,使用其API。他们的要求是请求不能使用multipart/form-d...
Youtube API无效的授权和缺少必需的参数:grant_type
英文: Youtube API Invalid Grant and Required parameter is missing: grant_type 问题 我在使用Youtube API的OAuth...
Crumb with Golang's net/http header
英文: Crumb with Golang's net/http header 问题 我正在为与Jenkins RESTful API(https://wiki.jenkins-ci.org/...
15