mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-08 21:38:20 +08:00
Merge 1fde3243c2ec2931ce5e68c09cdfe72627108181 into 38534e2bf98a06e1f62d6b24384e90b5f78699bf
This commit is contained in:
commit
2e7750f1ad
@ -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