Interface for any component that handles HTTP requests.
Handles an HTTP request. Note that this method may be called from multiple threads, as requests may be processed in parallel, so you should avoid performing actions which are not thread-safe.
Interface for any component that handles HTTP requests.