Uses of Class
com.couchbase.client.java.http.HttpPostOptions
-
Uses of HttpPostOptions in com.couchbase.client.java.http
Modifier 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.ReactiveCouchbaseHttpClient.post
(HttpTarget target, HttpPath path, HttpPostOptions options) Returns a Mono that, when subscribed, issues a POST request with the given options.