eventsource 0.1.0

Library for accessing EventSource/Server-Sent Events endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "eventsource"
version = "0.1.0"
authors = ["Lukas Werling <lukas.werling@gmail.com>"]

description = "Library for accessing EventSource/Server-Sent Events endpoints"
repository = "https://github.com/lluchs/eventsource"
license = "MIT"
keywords = ["http"]

[dependencies]
hyper = "0.9"