Searched refs:httpMethod (Results 1 – 4 of 4) sorted by relevance
16 EXPECT_TRUE(cr.httpMethod() == HttpRequest::Method::Get); in TEST()
36 HttpRequest::Method httpMethod() const;
43 HttpRequest::Method CommonRequest::httpMethod() const { return httpMethod_; } in httpMethod() function in AlibabaCloud::CommonRequest
73 auto outcome = makeRequest(request.domain(), request, request.httpMethod()); in commonResponse()
Completed in 3 milliseconds