Uses of Class
jetbrains.buildServer.http.HttpApi.HeaderPair
-
Packages that use HttpApi.HeaderPair Package Description jetbrains.buildServer.http -
-
Uses of HttpApi.HeaderPair in jetbrains.buildServer.http
Methods in jetbrains.buildServer.http with parameters of type HttpApi.HeaderPair Modifier and Type Method Description HttpApi.Response
ControllerBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
FakeHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpClientBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
ControllerBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
FakeHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpClientBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
-