Irfanuddin Shafi Ahmed

Results 94 comments of Irfanuddin Shafi Ahmed

> Yes, but the example is build using port 80. Maybe I should just include the port in the URL so it's more intuitive? Yes! and may be a comment...

> Hey @iudeen, > > > > I've provided a new version. Is that what you had in mind? Yes! This is good!!

Should I drive with an environment variable instead of hard-coding 30?

@tiangolo this might be trivial. Stumbled upon actions tab and found that this action is failing for last 2 months, and this might fix it. Also there might be a...

@tiangolo is this something you will be interested in? If not, we can close :)

You say that `POST` works while you have no routes that support POST METHOD?

```python # routing.py ln128 value, errors_ = field.validate(response_content, {}, loc=("response",)) else: value, errors_ = await run_in_threadpool( # type: ignore[misc] field.validate, response_content, {}, loc=("response",) ) ``` It fails at this point!...

I don't think this goes my what OpenAPI standards offer. I think you need to describe your various responses explicitly (not automated) in your documentation. More on this [here](https://stackoverflow.com/a/48427558/10394971)

Not sure if this is a FastAPI issue.