Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
firejava
/
fastapi
Public
forked from
fastapi/fastapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
fastapi
mkdocs.yml
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2019
:sparkles: Add dependencies with yield (used as context managers) (#595)
Show description for 3f9f4a0
tiangolo
and
dmontagu
authored
3f9f4a0
View commit details
Copy full SHA for 3f9f4a0
View code at this point
Browse repository at this point
:bug: Fix sitemap.xml in website, fix #597 (#598)
samuelcolvin
authored and
tiangolo
committed
d6d99b8
View commit details
Copy full SHA for d6d99b8
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
:sparkles: Add better support for request body access/manipulation with custom classes (#589)
dmontagu
authored and
tiangolo
committed
8c3ef76
View commit details
Copy full SHA for 8c3ef76
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
:memo: Add section about external links to docs (#341)
tiangolo
authored
700585f
View commit details
Copy full SHA for 700585f
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
:sparkles: Add support for Response parameters to set headers, cookies, and status codes (#294)
Show description for 5f7fe92
tiangolo
authored
5f7fe92
View commit details
Copy full SHA for 5f7fe92
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
:sparkles: Implement dependency overrides for testing (#291)
Show description for 09cd7c4
tiangolo
authored
09cd7c4
View commit details
Copy full SHA for 09cd7c4
View code at this point
Browse repository at this point
Commits on May 27, 2019
:sparkles: Add include, exclude, and by_alias to path operation methods (#264)
Show description for 7b63bc5
tiangolo
authored
7b63bc5
View commit details
Copy full SHA for 7b63bc5
View code at this point
Browse repository at this point
Commits on May 16, 2019
:sparkles: Add parameter dependencies to path operation decorators and include_router (#235)
Show description for e92b43b
tiangolo
authored
e92b43b
View commit details
Copy full SHA for e92b43b
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
:sparkles: Add docs and tests for Jinja2 templates (#186)
Show description for c1df0f6
tiangolo
authored
c1df0f6
View commit details
Copy full SHA for c1df0f6
View code at this point
Browse repository at this point
:sparkles: Docs and tests, responses with headers and cookies (#185)
tiangolo
authored
528ef7e
View commit details
Copy full SHA for 528ef7e
View code at this point
Browse repository at this point
:memo: Add docs about returning a response directly and encoder (#184)
tiangolo
authored
2b7f201
View commit details
Copy full SHA for 2b7f201
View code at this point
Browse repository at this point
Commits on Apr 21, 2019
:sparkles: Add docs for HTTP Basic Auth and tests (#177)
tiangolo
authored
c705685
View commit details
Copy full SHA for c705685
View code at this point
Browse repository at this point
:memo: Rename additional response OpenAPI declarations
tiangolo
committed
b86d163
View commit details
Copy full SHA for b86d163
View code at this point
Browse repository at this point
:memo: Add docs for middleware (#173)
tiangolo
authored
97adadd
View commit details
Copy full SHA for 97adadd
View code at this point
Browse repository at this point
Commits on Apr 20, 2019
:sparkles: Add docs about CORS (#169)
tiangolo
authored
596243f
View commit details
Copy full SHA for 596243f
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
:sparkles: Add docs about responses with additional status codes (#156)
Show description for 84de980
tiangolo
authored
84de980
View commit details
Copy full SHA for 84de980
View code at this point
Browse repository at this point
:sparkles: Add testing docs and tests (#151)
Show description for 46e3811
tiangolo
authored
46e3811
View commit details
Copy full SHA for 46e3811
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
:sparkles: Add OAuth2 scopes with SecurityScopes, upgrade Security (#141)
Show description for 7391056
tiangolo
authored
7391056
View commit details
Copy full SHA for 7391056
View code at this point
Browse repository at this point
Commits on Apr 5, 2019
:sparkles: Additional Responses (#97)
Show description for ad47130
tiangolo
authored
ad47130
View commit details
Copy full SHA for ad47130
View code at this point
Browse repository at this point
:sparkles: Add/refactor addditional responses, tests, docs
tiangolo
committed
2bd7759
View commit details
Copy full SHA for 2bd7759
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
:sparkles: Add docs/tests extending OpenAPI (#126)
tiangolo
authored
dd6ab23
View commit details
Copy full SHA for dd6ab23
View code at this point
Browse repository at this point
Commits on Mar 25, 2019
:sparkles: Add docs and tests for encode/databases (#107)
Show description for 1c2ecbb
tiangolo
authored
1c2ecbb
View commit details
Copy full SHA for 1c2ecbb
View code at this point
Browse repository at this point
Commits on Mar 24, 2019
:sparkles: Add support for BackgroundTasks parameters (#103)
Show description for 9b04593
tiangolo
authored
9b04593
View commit details
Copy full SHA for 9b04593
View code at this point
Browse repository at this point
:sparkles: Add events docs and tests (#99)
tiangolo
authored
834723c
View commit details
Copy full SHA for 834723c
View code at this point
Browse repository at this point
Commits on Mar 2, 2019
:sparkles: Add docs for WebSockets (#62)
tiangolo
authored
bbd2198
View commit details
Copy full SHA for bbd2198
View code at this point
Browse repository at this point
:memo: Add History, Design and Future to docs
tiangolo
committed
770b442
View commit details
Copy full SHA for 770b442
View code at this point
Browse repository at this point
:memo: Add docs for debugging
tiangolo
committed
01d6aa3
View commit details
Copy full SHA for 01d6aa3
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
:pencil2: Fix GraphQL typo
tiangolo
committed
22f4e18
View commit details
Copy full SHA for 22f4e18
View code at this point
Browse repository at this point
:sparkles: Add docs for GraphQL (#48)
tiangolo
authored
984dd71
View commit details
Copy full SHA for 984dd71
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
:memo: Add contributing/development docs (#42)
tiangolo
authored
2c3b826
View commit details
Copy full SHA for 2c3b826
View code at this point
Browse repository at this point
Commits on Feb 16, 2019
:memo: Add section about help/getting help
tiangolo
committed
80b68cd
View commit details
Copy full SHA for 80b68cd
View code at this point
Browse repository at this point
:sparkles: Add HTTPException with custom headers (#35)
Show description for 8772e2f
tiangolo
authored
8772e2f
View commit details
Copy full SHA for 8772e2f
View code at this point
Browse repository at this point
:memo: Add docs for using the Starlette Request directly (#25)
Show description for febf8e7
euri10
authored and
tiangolo
committed
febf8e7
View commit details
Copy full SHA for febf8e7
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
:memo: Update Release Notes and openapi_prefix docs
tiangolo
committed
f7b7a09
View commit details
Copy full SHA for f7b7a09
View code at this point
Browse repository at this point
Add Open API prefix route - correct docs behind reverse proxy (#26)
Show description for 0ea0d0e
Kabir Khan
authored and
tiangolo
committed
0ea0d0e
View commit details
Copy full SHA for 0ea0d0e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.