Opened 11 years ago
Closed 11 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.
Note:
See TracTickets
for help on using tickets.
RestSharp doesn't provide response streaming. We don't want any downloads to be buffered. This library is not suitable as a result.