Skip to content

๐Ÿ”Œ Upgrade hyper HTTP requests to WebSocket connections, server-side

License

Notifications You must be signed in to change notification settings

spinda/hyper-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

hyper-websocket (unstable; unreleased)

Upgrade hyper HTTP requests to WebSocket connections (server-side)

Linux/OSX Build Status Windows Build Status

Documentation

Usage

First, add this to your Cargo.toml:

[dependencies.hyper-websocket]
git = "https://github.com/spinda/hyper-websocket"

Next, add this to your crate:

extern crate hyper_websocket;

use hyper_websocket;

License

MPL-2.0

Helpful resources:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.

About

๐Ÿ”Œ Upgrade hyper HTTP requests to WebSocket connections, server-side

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages