protocol/rtsp: removed response writer interface, which was just http.ResponseWriter

This commit is contained in:
Saxon 2019-04-17 07:51:34 +09:30
parent 9de1b541a9
commit cd7e2ce3f3
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ const (
setup = "SETUP" setup = "SETUP"
) )
type ResponseWriter interface {
http.ResponseWriter
}
type Request struct { type Request struct {
Method string Method string
URL *url.URL URL *url.URL