Overview
The HTTP transport infrastructure is divided into two parts to provide flexibility.
The majority of applications use these two parts together.
The first part is the HTTP Transport which detects external HTTP requests
and creates an internal NetKernel request.
The internal request uses the http:
scheme.
The second part is the HTTP Bridge accessor which
implements the mapper
pattern and processes the request from the HTTP Transport, converting the information into
an application-friendly set of arguments according to rules specified in a configuration file.