eventsource 0.3.0

Library for accessing EventSource/Server-Sent Events endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

## 0.3.0 - 2017-10-27
### Changed
 - Update reqwest to 0.8.0
 - `Client::new()` no longer returns a `Result`. This is a breaking
   change carried over from reqwest 0.8.0.

### Fixed
 - Infinite loop when error occur in the stream (#2)