http method装饰器的一个细节建议 #3531
zanminkian
started this conversation in
General / 闲聊
Replies: 1 comment 1 reply
-
|
最开始 v2 版本装饰器因为是小写,碰到了 delete 是保留关键字,为了避免歧义,使用了 @del,v3 因为延续了,就只是换成了大写。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
根据 mizilla 的文档 https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods。 我们并不存在名为 Del 的 http method。在一众没有缩写的 http 方法里面出现一个缩写的
@Del显得非常诡异。Beta Was this translation helpful? Give feedback.
All reactions