设置 HTTP 方法。
reqwest(url).method(method)
method
GET
POST
PUT
Reqwest:新的请求构建器。
Reqwest
request = reqwest('https://example.com').method('POST')