Marcelo Trylesinski

Results 960 comments of Marcelo Trylesinski

From the changes: > 1. The methods ("delete", "get", "head", "options") doesn't accept the `content`, `data`, `json` and `files` parameters. > 2. `allow_redirects` is now `follow_redirects`. > 3. `cookies` parameter...

Thanks @fantix 😁🙏

Let's first discuss this on the discussion. :pray:

> UploadFile also supports file argument for bytes stream. This seems like its used in tests only so I've resolved to writing naive size resolver that seeks stream's end and...

Bug confirmed. Thanks for the PR, but I think we'd want to opt for the same strategy as other web frameworks, i.e. just quote it. You can see how Flask...

I don't think the user should have control over this. I think Starlette should be able to figure it out internally the optimal way.

I think this was mentioned on FastAPI issues. I don't recall an old discussion on gitter about this.

I'm going to write it here how to change the default `CapacityLimiter`, as it may be relevant... Right now, you can modify the number of `token_tokens` on the default `CapacityLimiter`....

Is there something we can do here in Starlette tho?