Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a C# or .NET class to handle HTTP Content Negotiation?

Is there a C# or .NET class to handle HTTP Content Negotiation with a User Agent?

I would like to be able to supply a list of acceptable Content Types, and have those negotiated with the browser to find the best match.

like image 768
Jamie Avatar asked May 22 '10 13:05

Jamie


1 Answers

I recently wrote a content negotiation library in F#.

I blogged about it here.

like image 107
Mauricio Scheffer Avatar answered Nov 19 '22 04:11

Mauricio Scheffer