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 HttpRequestBuilderConstruct an http request builder to get data from anurlstatic HttpRequestBuilderConstruct an http request builder to post data to aurlHttpRequestBuilder.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