In this chapter, you'll learn:
About the HTTP message handling pipeline in ASP.NET Web API.
By Mike Wasson|
Describes the Web API pipeline for processing HTTP messages and how to extend it with custom handlers.
By Mike Wasson|
Shows how to post form data with encoding type "application/x-www-form-urlencoded" to a web API.
By Mike Wasson|
Shows how to upload files to a web API and describes how to process multipart MIME data.
Brad Wilson shows how to add support for batching HTTP request and response messages.
By Mike Wasson|
Shows how to work with HTTP Cookies in ASP.NET Web API