This commit is contained in:
aler9
2020-07-19 18:01:49 +02:00
parent 511d109e8d
commit e5d15bc157
6 changed files with 14 additions and 13 deletions

View File

@@ -13,9 +13,10 @@ const (
requestMaxProtocolLength = 128
)
// Method is a RTSP request method.
// Method is the method of a RTSP request.
type Method string
// standard methods
const (
ANNOUNCE Method = "ANNOUNCE"
DESCRIBE Method = "DESCRIBE"