mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-08 05:18:15 +08:00
Merge 1fde3243c2ec2931ce5e68c09cdfe72627108181 into 3e44fdc4d1636a2b1599c6688a76e13216a413dd
This commit is contained in:
commit
74a5d1fee1
@ -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