mirror of https://bitbucket.org/ausocean/av.git
protocol/rtsp: removed response writer interface, which was just http.ResponseWriter
This commit is contained in:
parent
9de1b541a9
commit
cd7e2ce3f3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue