httpMethod

open override fun httpMethod(httpMethod: HttpMethod?): ApolloClient.Builder

Configures the HttpMethod to use.

Parameters

httpMethod

the HttpMethod to use or null to use the default HttpMethod.Post.

See also


open override var httpMethod: HttpMethod?