HttpBuilder | 
HttpBuilder.addRequestHeader(String name,
                String value) | 
 Adds a header to the list of added request headers for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.addResponseHeader(String name,
                 String value) | 
 Adds a header to the list of added response headers for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.basicAuthOptions(Http.BasicAuth options) | 
 Sets basic authentication for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.circuitBreaker(double value) | 
 Sets the circuit breaker value for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.compression() | 
 Enables HTTP response compression for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.domain(String domain) | 
 Sets the domain to request for this HTTP endpoint. 
 | 
default HttpBuilder | 
Session.httpEndpoint() | 
Creates a new  HttpBuilder associated with this session.  
 | 
HttpBuilder | 
HttpBuilder.mutualTLSCA(byte[] mutualTLSCA) | 
 Sets the certificates to use for client authentication for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.oauthOptions(Http.OAuth options) | 
 Sets OAuth for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.oidcOptions(Http.OIDC options) | 
 Sets OIDC for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.removeRequestHeader(String name) | 
 Adds a header to the list of removed request headers for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.removeResponseHeader(String name) | 
 Adds a header to the list of removed response headers for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.scheme(Http.Scheme scheme) | 
 Sets the scheme for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.webhookVerification(Http.WebhookVerification webhookVerification) | 
 Sets webhook verification for this HTTP endpoint. 
 | 
HttpBuilder | 
HttpBuilder.websocketTcpConversion() | 
 Enables Websocket to TCP conversion for this HTTP endpoint. 
 |