HTTP Connector - Mule 4 icon

HTTP Connector - Mule 4

(2 reviews)
A Mule extension that provides HTTP server and client functionality

home

Using the HTTP or HTTPS protocol, the HTTP connector performs one of the following operations:

  • Listener - Starts executing the Mule flow upon receiving an HTTP request.
  • Request - Consumes an HTTP service.

Mule preconfigures the first HTTP connector in an empty flow as a Listener and trigger. When the app runs and the Listener hears a request, the flow executes.

By default, the Listener configuration connects to CloudHub using HTTP and the Request configuration connects to port 80 using HTTP and GET. You can quickly configure an app to consume an HTTP service using the two HTTP connector instances as follows:

  • Listener configuration: Path = /somepath, for example
  • Request configuration: Path Or URL = the URL of the HTTP service you want to consume

Note: This connector module only works with Mule 4 and Studio 7.

HTTP Requests

The HTTP connector has a Listener operation that receives requests over HTTP or HTTPS protocol. Receiving a request generates a Mule event and passes the request body to the next element of the flow as the message payload. You can refer to parts of the Event output. The method, headers, query parameters, and so on are returned in the attributes as HttpRequestAttributes.

HTTP Responses

The response to a request can include the following information:

  • Status code
  • Reason phrase
  • Body
  • Headers

You can configure a response for a successful or failed execution of the flow of the listener. By default, the former presents the payload as a body and yields a 200 status code. By default, the latter presents the error description as a body and yields a 500 status code.


Reviews

TypeConnector
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onAug 14, 2019
Asset overview

Asset versions for 1.4.x

Asset versions
VersionActions
1.4.3
1.4.2
1.4.1
1.4.0

Categories

Functions
TechnologyEnterprise ITNo values left to add
Level
SelectNo values left to add

Tags