Class CoreHttpClient
java.lang.Object
com.couchbase.client.core.endpoint.http.CoreHttpClient
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondelete
(CoreHttpPath path, CoreCommonOptions options) get
(CoreHttpPath path, CoreCommonOptions options) newRequest
(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, CoreCommonOptions options) patch
(CoreHttpPath path, CoreCommonOptions options) post
(CoreHttpPath path, CoreCommonOptions options) put
(CoreHttpPath path, CoreCommonOptions options)
-
Constructor Details
-
CoreHttpClient
-
-
Method Details
-
get
-
put
-
patch
-
post
-
delete
-
newRequest
public CoreHttpRequest.Builder newRequest(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpMethod method, CoreHttpPath path, CoreCommonOptions options)
-