Opened 10 years ago

Closed 10 years ago

#2426 closed enhancement (wontfix)

Investigate using RestSharp to replace HttpWebRequest/HttpWebResponse

Reported by: jng Owned by: jng
Priority: low Milestone: Maestro-6.0
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

We should look at moving the HTTP implementation of the MaestroAPI to using RestSharp instead of HttpWebRequest/HttpWebResponse

Using RestSharp not only gives us a simplified API to work with, but these APIs also come in asynchronous flavors, allowing us to the formally expose asynchronous versions of our existing Maestro Service interfaces.

Change History (1)

comment:1 by jng, 10 years ago

Resolution: wontfix
Status: newclosed

RestSharp doesn't provide response streaming. We don't want any downloads to be buffered. This library is not suitable as a result.

Note: See TracTickets for help on using tickets.