mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
update docs
This commit is contained in:
13
request.go
13
request.go
@@ -32,9 +32,16 @@ const (
|
||||
|
||||
// Request is a RTSP request.
|
||||
type Request struct {
|
||||
Method Method
|
||||
Url *url.URL
|
||||
Header Header
|
||||
// request method
|
||||
Method Method
|
||||
|
||||
// request url
|
||||
Url *url.URL
|
||||
|
||||
// map of header values
|
||||
Header Header
|
||||
|
||||
// optional content
|
||||
Content []byte
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user