fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Results 724 fastapi issues
Sort by recently updated
recently updated
newest added

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

enhancement

### Example ```Python app.mount('/static', StaticFiles(directory='static'), name='static') templates = Jinja2Templates(directory="templates") ``` ```html ``` ### Description "Mixed Content: The page at 'https://www.example.com' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.example.com/static/main.css'....

question

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

The docs still have to be updated so the yellow marker is at the correct places. Before I do this: Can somebody review if everything is more or less fine...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

enhancement

```python import sentry_sdk from sentry_sdk.integrations.asgi import SentryAsgiMiddleware from core.app import app sentry_sdk.init(dsn="https://xxx.ingest.sentry.io/xxxx") asgi_app = SentryAsgiMiddleware(app) raise ValueError() ``` and ```python app = FastAPI() class CustomSentryAsgiMiddleware(SentryAsgiMiddleware): def event_processor( self, event: "Event",...

question

This PR translates `tutorial/query-params-str-validations.md` in Korean. related: #2017

lang-all
awaiting review
lang-ko

This PR translates `tutorial/body.md` in Korean. related: #2017

lang-all
awaiting review
lang-ko