Skip to content
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

fix: add 'methods' to routeConfigs in customDomains doc #998

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/zh/yaml/customDomains.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ customDomains:
| functionName | False | String | 函数名 |
| qualifier | False | String | 服务的版本 |
| rewriteConfig | False | [Struct](#rewriteConfig) | URI 重写配置 |
| methods | False | List\<String> | 请求方法。默认只支持GET、PUT、POST、DELETE。枚举值:HEAD、DELETE、POST、GET、OPTIONS、PUT、PATCH |

#### rewriteConfig

Expand Down
Loading