Show / Hide Table of Contents

Class HttpIntegration

You can integrate an API method with an HTTP endpoint using the HTTP proxy integration or the HTTP custom integration,.

With the proxy integration, the setup is simple. You only need to set the HTTP method and the HTTP endpoint URI, according to the backend requirements, if you are not concerned with content encoding or caching.

With the custom integration, the setup is more involved. In addition to the proxy integration setup steps, you need to specify how the incoming request data is mapped to the integration request and how the resulting integration response data is mapped to the method response.

stable

Synopsis

Constructors

constructor(url, props)

stable

Constructors

constructor(url, props)

stable

Declaration
constructor(url: string, props?: HttpIntegrationProps);
Parameters
url string
props HttpIntegrationProps
Back to top Generated by DocFX