Uses of Class
org.openhab.core.io.net.http.HttpRequestBuilder
Packages that use HttpRequestBuilder
-
Uses of HttpRequestBuilder in org.openhab.core.io.net.http
Methods in org.openhab.core.io.net.http that return HttpRequestBuilderModifier and TypeMethodDescriptionstatic HttpRequestBuilder
Construct an http request builder to get data from anurl
static HttpRequestBuilder
Construct an http request builder to post data to aurl
HttpRequestBuilder.withContent
(String content) Add content to this requestHttpRequestBuilder.withContent
(String content, String contentType) Add content with a specific type to this requestHttpRequestBuilder.withHeader
(String header, String value) Add an additional header to the requestHttpRequestBuilder.withTimeout
(Duration timeout) Add a timeout for this request