Wrapped response does not expose http.Hijacker interface
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 35
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Some of the special interfaces like `http.Hijacker` are not exposed using the wrapped response writer.
It would be great to implement something like https://github.com/gorilla/handlers/blob/941e2d87ae774cb93574f1af30684ed9bfe24271/logging.go to implement interfaces for the wrapper if the original response implemented them.
The current implementation prevents Websocket upgrades, so we need to create our own version of it.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.