- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
🌐 Add Chinese translation for docs/advanced/response-cookies.md
#3795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌐 Add Chinese translation for docs/advanced/response-cookies.md
#3795
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3795 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 410 410
Lines 10281 10281
=========================================
Hits 10281 10281 Continue to review full report at Codecov.
|
📝 Docs preview for commit 916935e at: https://612dee2718078fb1ef6f8845--fastapi.netlify.app |
|
||
`Response` 常用于设置响应头或 Cookie,因此,**FastAPI** 在 `fastapi.Response` 中提供了支持。 | ||
|
||
所有可用参数及选项,详见 <a href="https://www.starlette.io/responses/#set-cookie" class="external-link" target="_blank">Starlette 官档</a>。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
所有可用参数及选项,详见 <a href="https://www.starlette.io/responses/#set-cookie" class="external-link" target="_blank">Starlette 官档</a>。 | |
所有可用参数及选项,详见 <a href="https://www.starlette.io/responses/#set-cookie" class="external-link" target="_blank">Starlette 官方文档</a>。 |
Co-authored-by: Waynerv <ampedee@gmail.com>
Co-authored-by: Waynerv <ampedee@gmail.com>
Co-authored-by: Waynerv <ampedee@gmail.com>
📝 Docs preview for commit 817731e at: https://613593a6431ea8a0f1e19d4d--fastapi.netlify.app |
docs/advanced/response-cookies.md
It seems this was translated at some point in another PR. So I'll close this one, but thanks for the effort! ☕ |
As title