mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-15 15:51:17 +08:00
Compare commits
2 Commits
a54e90553d
...
0ef10d27ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ef10d27ce | ||
|
|
1fde3243c2 |
@ -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