- Implemented Hijack method to preserve WebSocket upgrade support through middleware. - Added ReadFrom method to maintain fast-path behavior for io.Copy when the underlying writer supports it. - Introduced Unwrap method to allow access to the original ResponseWriter, enhancing flexibility in response handling.