HTTP Connector Overview¶
HTTP (Hypertext Transfer Protocol) is a foundational protocol used for transferring data enabling communication between clients and servers.
The HTTP Connector enables communication with APIs by supporting operations for HTTP methods such as GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS. It facilitates sending requests over both HTTP and HTTPS protocols.
To see the HTTP Connector, navigate to the connector store and search for "http".
Compatibility¶
Connector Version | Supported product versions |
---|---|
0.1.0 | MI 4.4.0 |
HTTP Connector documentation¶
- HTTP Connector Example: This documentation provides an example using the HTTP Connector to send HTTP requests.
- HTTP Connector Reference: This documentation provides a reference guide for the HTTP Connector.
How to contribute¶
As an open-source project, OxyNexus extensions welcome contributions from the community.
To contribute to the code for this connector, create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.