Both the Netty HTTP server and client implement this interface and it allows you to customize the Netty and add additional handlers.

    As an example the following demonstrates registing the library which includes additional Netty handlers to perform request and response logging:

    Customizing the Netty pipeline for Logbook