SetMethod
void SetMethod(
void SetMethod(const char* const method);
void SetMethod(const BHttpMethod& method);
request->SetMethod(B_HTTP_POST);
authentication.SetMethod(B_HTTP_AUTHENTICATION_BEARER);
request->SetMethod(B_HTTP_GET);
http->SetMethod(B_HTTP_POST);
SetMethod(B_HTTP_GET);
fRequest.SetMethod(BHttpMethod::Get);
request.SetMethod(BHttpMethod::Head);
request.SetMethod(BHttpMethod::Post);
request->SetMethod("HEAD");