Type alias AmqpAxiosProxiedClientConfig<D>

AmqpAxiosProxiedClientConfig<D>: Omit<AxiosRequestConfig<D>, "transformRequest" | "transformResponse" | "adapter" | "onUploadProgress" | "onDownloadProgress" | "validateStatus" | "beforeRedirect" | "httpAgent" | "httpsAgent" | "cancelToken" | "lookup">

Represents a request configuration for a client that uses AMQP as a transport layer. It removes all the properties that are not supported by the adapter.

Type Parameters

  • D = any