-
In a message to the mailing list (https://lists.w3.org/Archives/Public/ietf-http-wg/2022OctDec/0006.html), Austin Wright (@awwright) proposed to use informational responses to send information about t…
-
### Core Version
mangos-tbc
### Support Request Details
Duplicate issue of https://discord.com/channels/362206349339262976/1180696273184112731.
I get
`ERROR 1064 (42000) at line 1041: You have…
-
# Background
Problem emerged with commit e476eb2a68b813ff145b387939d130c5adb9696b.
# Reproducible Code
To save time,
```
from config import DIR
file_path = f"{DIR}/replogle_2022_k562_esss.…
-
**Describe the bug**
The PROPFIND http method can send a body with the request. However, this block in the HttpRequest node apparently restricts any body being added if it is not a PATCH, POST, PUT, …
-
## Describe the bug
When trying to create a collection via WebDAV (`MKCOL`) where _more than one_ intermediate collections are missing, oCIS returns `404 (Not Found)` instead of `409 (Conflict)`.
…
-
Consider following pseudo - code snippet:
```
Sardine sardine = SardineFactory.begin();
String token = sardine.lock("http://.../someRemoteDir/");
sardine.put("http://.../someRemoteDir/testFile", file…
-
According to [RFC 4918](https://www.rfc-editor.org/rfc/rfc4918#section-9.1)
> The PROPFIND method retrieves properties defined on the resource identified by the Request-URI
the code https://gith…
-
# Improve on documentation for http module
(A clear and concise description of your proposal.)
When I read the documentation for the htttp `__init__.py`. There is a long list of rfc codes that d…
-
There's a HTTP interim status code **102 Processing**. It's [defined in RFC 2518](http://tools.ietf.org/html/rfc2518#section-10.1) and can be found in the [HTTP Status Code Registry](http://www.iana.o…
-
In Golang webdav implementation I found this
> Section 7.5.1 says that a COPY only needs to lock the destination,
> not both destination and source. Strictly speaking, this is racy,
> even thoug…