Releases: microsoft/SimpleRestClients
Releases · microsoft/SimpleRestClients
0.2.2
0.2.1
Fix an assertion if a request with timeout receives 2 callbacks from …
0.2.0
GenericRestClient._blockRequestUntil
is now called every time when the request is on top of the pending requests queue rather than only once- If
GenericRestClient._blockRequestUntil
rejects, the whole request is properly rejected - All the
assert
s now properly clear the request queues before throwing - Unit tests verifying queueing/blocking requests and executing them in order
0.1.8
Adding support for streaming COMET-style hanging GETs to SimpleWebRequest