Skip to content

Support (*http.ResponseController).Hijack() #455

Closed
@gz-95

Description

@gz-95

Currently the library checks http.ResponseWriter for http.Hijacker support via type assertion.

Is there a possibility we can use (*http.ResponseController).Hijack() instead? This way we can support http.ResponseWriter types that don't offer http.Hijacker interface but their underlying unwrapped writers do.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions