英文: Gorilla middleware authentication for specific routes not working 问题 我正在为一个API编写一个HTTP路由器,其中一些路由...
获取错误:方法不允许和内容类型为text/plain。
英文: Getting error method not allowed and content-type:text/plain 问题 我的路由都工作得很好,除了CreateGoal。每当我使用Pos...
有没有一个 Golang Websocket 库可以让我修改初始请求/选择 http.Client?
英文: Is there a Golang Websocket library that would let me modify the initial request / let me pick t...
如何配置http.ResponseWriter的缓冲区大小?
英文: How to configure the buffer size for http.ResponseWriter? 问题 http.ResponseWriter只有两个函数,一个是WriteH...
将上下文设置为请求(request),当后者使用url.URL进行初始化时。
英文: Set context to request when the later is initialised with a url.URL 问题 我想创建一个 net/url.URL,然后在 ht...
执行go http get请求时,使用客户端和URL构造时出现无效的请求路径。
英文: Invalid request path when performing a go http get request using client and url constructs 问题 这是...
如何动态更改 HTTP 服务器的静态文件目录?
英文: How do I dynamically change static files directory of the http server? 问题 我有以下一段代码,用于从静态文件目录(sta...
如何通过HTTP API将文件或文件夹写入IPFS?
英文: How to Write Files or Folder to IPFS via the HTTP API 问题 我对IPFS的HTTP API文档感到困惑。以下是其中的一部分。 /api/v...
How does middleware work in chi routing in Go and what does http.Handler argument refers to in middleware?
英文: How does middleware work in chi routing in Go and what does http.Handler argument refers to in m...
将布尔值作为HTTP请求的响应接收
英文: Receiving bool values as a response to http request 问题 我有两个服务通过HTTP请求和响应进行通信。Repo-1中的一个特定端点返回一个布...
93