23. HTTP Support

23.1 Introduction

The HTTP support allows for the making of HTTP requests and the processing of inbound Http requests. Because interaction over HTTP is always synchronous, even if all that is returned is a 200 status code the Http support consists of two gateway implementations HttpInboundEndpoint and HttpOutboundEndpoint.