mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 16:10:59 +08:00
fix docs
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user