Uses of Class
com.couchbase.client.java.http.HttpPostOptions
Packages that use HttpPostOptions
-
Uses of HttpPostOptions in com.couchbase.client.java.http
Methods in com.couchbase.client.java.http that return HttpPostOptionsMethods in com.couchbase.client.java.http with parameters of type HttpPostOptionsModifier and TypeMethodDescriptionAsyncCouchbaseHttpClient.post(HttpTarget target, HttpPath path, HttpPostOptions options) Issues a POST request with the given options.CouchbaseHttpClient.post(HttpTarget target, HttpPath path, HttpPostOptions options) Issues a POST request with the given options.reactor.core.publisher.Mono<HttpResponse> ReactiveCouchbaseHttpClient.post(HttpTarget target, HttpPath path, HttpPostOptions options) Returns a Mono that, when subscribed, issues a POST request with the given options.