SamtHttpTransport
A transport configuration for HTTP-based services.
Functions
Link copied to clipboard
Get the full path for the given service and operation, essentially joining getServicePath and getPath with a slash.
Link copied to clipboard
Get the HTTP method for the given service and operation.
Link copied to clipboard
Get the base path for the given service.
Link copied to clipboard
abstract fun getTransportMode(serviceName: String, operationName: String, parameterName: String): TransportMode
Get the transport mode for the given parameter. Defaults to TransportMode.Body for POST operations and TransportMode.QueryParameter for GET operations.