Skip to content

Unite Request and Response types #1155

Closed
@seanmonstar

Description

@seanmonstar

Currently, client::Request is a different type from server::Request, and client::Response is different from server::Response.

We want to unite them into the same type. That dramatically improves generic middleware that could apply on both a server and a client, and makes things like proxies far simpler as well, since a received client::Response can just become the server::Response for free.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions