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