About the Handler Pipeline

The Pipeline is just an easier way to pass HttpMessageHandlers to the underline HttpClient. The examples in this section are trivial - but you can pretty much do anything with the request and response by using the Pipeline to manage your HttpMessageHandlers.

You can do anything with DalSoft.RestClient that you can with HttpClient usually with less code