|
|
1
2
你的错误来自 here (python的源代码) 由于RFC状态,HTTP头不能以分号开头。 |
|
|
2
1
:authority,:method,:path,:scheme不是HTTP头 https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
定义HTTP请求方法 https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods 和
是URI的一部分 https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Generic_syntax |