Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): make Http compatible with TcpServer #1047

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Commits on Feb 17, 2017

  1. feat(server): make Http compatible with TcpServer

    This implements `From<Message> for Request` and `Into<Message> for
    Response`, allowing an `Http` instance to be used with a `TcpServer`
    from tokio-proto.
    
    Closes #1036
    
    BREAKING CHANGE: This makes `Request.remote_addr` an
      `Option<SocketAddr>`, instead of `SocketAddr`.
    seanmonstar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    e04bcc1 View commit details
    Browse the repository at this point in the history