http-rpc-client / net.corda.v5.httprpc.client.internal.remote

Package net.corda.v5.httprpc.client.internal.remote

Types

HttpVerb

enum class HttpVerb

RemoteClient

RemoteClient implementations are responsible for making remote calls to the server and returning the response, after potentially deserializing.

interface RemoteClient

RemoteUnirestClient

class RemoteUnirestClient : RemoteClient

WebRequest

data class WebRequest<T>

WebResponse

data class WebResponse<T>