-
It used to be that if I issued n statements and the kth statement failed, I'd get back an error response that included the results of the first k-1 statements. This is no longer the case.
-
CompressorFilter compresses 206 Partial responses. The result is not valid HTTP, and has no defined meaning. CompressorFilter should instead forward 206 Partial responses without modification.
-
Hey,
I'm currently using these two functions to query some data from Thanos with this API client.
https://github.com/prometheus/client_golang/blob/196536534fbba6249b94d4ccb2269cf162ceef44/api/pro…
-
**Describe the bug**
I have some API endpoints, that need to be PATCH requests, but they are not conventional. They have at least 1 field, all of which are **required**
If I provide a serializer f…
-
**Describe the bug**
Consider the following endpoint using multipart form:
```
public record Request(string FirstName, string LastName);
public static async Task>
UpdateEmployerProfile(
[F…
-
Hi!
**TLDR**: I found a bug and here is the fix: https://github.com/gornostay25/svelte-adapter-bun/pull/64
**Context**:
I noticed that loading videos using a HTML5 <video> tag didn't wo…
-
We are seeing an issue with the Speculation API in Chrome where all 2xx responses are considered successful in the Speculation window, but 304s are considered failures. We are also seeing a message in…
-
Hi. I just want to know if the get_survey_responses supports getting partial ongoing responses, the responses in progress that have not been closed.
-
Nextcloud seems to support range requests (partial downloads), but it doesn't seend an [`Accept-Ranges: bytes` header](https://www.rfc-editor.org/rfc/rfc9110#field.accept-ranges).
It could add such…
-
I have an `@action` of the form:
```py
@action(
methods=[HTTPMethod.PATCH],
detail=False,
url_path="bulk-partial-update",
)
def bulk_partial_update(self, r…