-
status-codes.md mentions RFC5218 several times. This is a typo for 2518.
RFC 2518 is obsoleted by RFC 4918.
daxim updated
4 months ago
-
# Feature Request
### OpenApi support for all http methods
## [RFC 2616](https://tools.ietf.org/html/rfc2616) updated by [RFC 7231](https://tools.ietf.org/html/rfc7231) ([errata list for 7231](ht…
-
It seems that the HTTP methods defined in proto.go don't include the methods defined in RFC 4918, which is an extention of the HTTP protocol:
var httpMethods []string = []string{
"GET ", "OPTI", …
-
I am trying to define HTTP method COPY in my gin router as defined by RFC 4918 specification but gin router group does not support it. It only supports POST, PATCH, GET, DELETE, PUT, OPTIONS and HEAD
…
-
The reasonable question why it has been implemented as enum ? Feign is a good tool to use for communication with webdav. However webdav uses another official standard(https://tools.ietf.org/html/rfc49…
glani updated
4 years ago
-
`RFC 9110`[^rfc9110] was published in June 2022.
[^rfc9110]: [RFC-9110 HTTP Semantics](https://datatracker.ietf.org/doc/html/rfc9110)
> Abstract
>
> The Hypertext Transfer Protocol (HTTP) is…
-
if there can be a support and add-on plugin with RFC 4918 standard, and for lib/rfc2518 , which is Obsoleted by: 4918 referenced from https://tools.ietf.org/html/rfc2518#page-40 ( link text on top)
-
[RFC 4918 requires](http://www.webdav.org/specs/rfc4918.html#n-implications-of-xml-entities) that when a `PROPFIND` request contains any XML external entities and the server rejects it as a result, th…
-
I'm trying to use the WebDAV server with [rclone](https://github.com/rclone/rclone) and I noticed that I can't move and rename directories.
I observed the packets being exchanged with the WebDAV se…
-
New rcanvas user. The library works well to get gradebooks. However, I encountered an error trying to create assignments.
`rcanvas::create_course_assignment()` returns the following error:
`Erro…