-
Currently, in the `Excon::SSLSocket` class here: https://github.com/excon/excon/blob/e89bbb718bb67972e2e08109fb4c1edd09568cd5/lib/excon/ssl_socket.rb#L111, when making a CONNECT request to a proxy, we…
-
somehow the method implementations should have a possibility to set the http status code?
-
Only default status code (200) is sent for now. Probably it is easy to fix.
-
### Component
systemd
### Is your feature request related to a problem? Please describe
Some software exits with status code `1` even on a clean requested shutdown.
The example that motivates th…
-
### Parent Issue
https://github.com/dotCMS/core/issues/29575
### Task
We need to create REST endpoints to interact with the new `ExportContentletProcessor` to manage content export operations…
-
It appears the configuration is missing options for both poll_http_status_healthy_above and poll_http_status_healthy_below for the status codes. It is not honored when added into the configuration und…
-
I recently spent some time making the Community Solid Server conform to the status codes requirements in https://github.com/solid/specification/issues/14#issuecomment-683480525. Below are some comment…
-
As HTTP response status codes indicate the result of a request, there are security considerations to take into account depending on the state of the target resource of an HTTP request.
Depending on…
-
Export the status codes from this file:
`src/server/controllers/taskController.ts`
To an `enum`, like this:
```ts
enum HttpStatusCodes {
Ok = 200,
Created = 201,
NotFound = 404,
}
```
-
https://developer.bigcommerce.com/docs/rest-management/customers
Response section has a `200` tab but nothing describing what an error response looks like.
Nothing here either: https://develop…
sshaw updated
3 weeks ago