Skip to content
johnsheehan edited this page Sep 18, 2011 · 14 revisions

Source Code

Multipart form uploading lifted from JP Toto’s project (http://github.com/jptoto/multipart_form_poster) based on Brian Grinstead’s blog post (http://www.briangrinstead.com/blog/multipart-form-post-in-c) which is licensed under MIT and used with permission.

Some extension methods lifted from SubSonic (http://github.com/subsonic), which is licensed under New BSD.

CompressAttribute in IntegrationTests is lifted from The Grubbsian: http://www.thegrubbsian.com/2009/05/02/easy-compression-with-aspnet-mvc/

MonoHttp Folder (HttpUtility, HttpEncoder, Helpers) taken from Mono, licensed under MIT.

Byte array to string conversion with BOM handling code adapted by Ben Godfrey, from http://www.shrinkrays.net/code-snippets/csharp/an-extension-method-for-converting-a-byte-array-to-a-string.aspx which is licensed under MIT and used with permission.

Thank Yous

The following people have helped shape RestSharp with their contributions and feedback: