HEAD - HTTP | MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/HEAD

PATCH - HTTP | MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/PATCH

 

The HTTP PATCH request method applies partial modifications to a resource.

 The HTTP PUT request method creates a new resource or replaces a representation of the target resource with the request payload.

 

OPTIONS - HTTP | MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/OPTION

 

/src/net/http/request.go:102

// Go's HTTP client does not support sending a request with
// the CONNECT method. See the documentation on Transport for
// details.
Method string

 

相关文章:

  • 2022-03-03
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2022-01-21
  • 2021-05-11
  • 2021-06-18
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案