mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-14 22:25:55 +08:00
Merge 1fde3243c2ec2931ce5e68c09cdfe72627108181 into d3ffc9985281dcf4d3bef604cce4e662b1a327a6
This commit is contained in:
commit
be9237ef5a
@ -44,6 +44,9 @@ type ResponseWriter interface {
|
||||
|
||||
// Pusher get the http.Pusher for server push
|
||||
Pusher() http.Pusher
|
||||
|
||||
// Unwrap get the underlying http.ResponseWriter
|
||||
Unwrap() http.ResponseWriter
|
||||
}
|
||||
|
||||
type responseWriter struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user