-
A bit tricky since the status codes ar keys in the dictionary but it should be able to find them using a status code list to compare against or find some other workaround.
-
Is it possible to use status codes with `oasgen` and have it automatically generate the appropriate openapi attributes?
```rust
async fn create_foo(Json(payload): Json) -> impl IntoResponse {
…
musjj updated
1 month ago
-
### Scribe version
4.38
### PHP version
8.3.12
### Framework
Laravel
### Framework version
11.29
### Scribe config
```ruby
title => "The Fabric API"
base_url => "http://127.0.0.1:8000"
type…
-
In the `Do` function of the `Pipe` object, all HTTP response codes of 2xx are treated as okay. While this is a good generalisation, a possible enhancement could be to create a dictionary containing he…
-
Right now it's just checking the returned text or data of the request which is not good for checking for errors. Make it use HTTP status codes to check if the request succeeded or not instead.
-
**Is your feature request related to a problem? Please describe.**
Nope
**Describe the solution you'd like**
Basically with NGINX or NPM I can use `proxy_intercept_errors on;` to use a global sta…
rai68 updated
1 month ago
-
As it stands now, we have no way to propagate/generate gRPC statuses from a server application. Whenever the application errors, the server encodes it into an `UNKNOWN` status. The codes are documente…
-
- HTTPステータスコードを200/400だけではなく500などを追加する。
-
HTTP状态码(Status Codes)是在HTTP协议中用于表示请求的处理结果的三位数代码。每个状态码都具有特定的含义,用于指示请求是否成功、遇到错误、需要进一步操作等。
以下是一些常见的HTTP状态码及其含义:
- 200 OK:请求成功。服务器成功处理了请求并返回所需的内容。
- 201 Created:已创建。请求成功,并在服务器上创建了新的资源。
- 204 No Conten…
-
## App Details:
```
Postman for Mac
Version 5.1.3 (5.1.3)
```
## Issue Report:
When I look at the docs generated by Postman, I can see all my examples there, however, I do not see the H…