-
Notifications
You must be signed in to change notification settings - Fork 0
Acknowledgements
The following people have helped shape RestSharp with their contributions and feedback:
- Andrew Young (Core Contributor)
- Pete Johanson (Core Contributor)
- Phil Haack
- Darrel Miller
- Daniel Crenna
- J Wynia
- Michael Stum
- Damian Karzon
- Joshua Ewer
- JP Toto
- Brian Grinstead
- Matthew M.
- Hristo Deshev
- Aaron Stannard
- Ben Godfrey
- Nic Strong
- Prabir Shrestha
- Luke Lowrey
- Stuart Grassie
- Luke Bakken
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.