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.ResponseControllerBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseFakeHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpClientBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseControllerBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseFakeHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpClientBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
-