chore: bump deps
This commit is contained in:
@ -7,6 +7,9 @@ Source: libcurl
|
||||
See-also:
|
||||
- CURLOPT_RTSP_REQUEST (3)
|
||||
- CURLOPT_RTSP_TRANSPORT (3)
|
||||
Protocol:
|
||||
- RTSP
|
||||
Added-in: 7.20.0
|
||||
---
|
||||
|
||||
# NAME
|
||||
@ -37,13 +40,14 @@ to. (e.g. the CURLOPT_URL(3) for the above examples might be set to
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
||||
Using this option multiple times makes the last set string override the
|
||||
previous ones. Set it to NULL to disable its use again.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
"*"
|
||||
|
||||
# PROTOCOLS
|
||||
|
||||
RTSP
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
||||
@ -62,9 +66,7 @@ int main(void)
|
||||
}
|
||||
~~~
|
||||
|
||||
# AVAILABILITY
|
||||
|
||||
Added in 7.20.0
|
||||
# %AVAILABILITY%
|
||||
|
||||
# RETURN VALUE
|
||||
|
||||
|
Reference in New Issue
Block a user