]> git.sesse.net Git - ffmpeg/blobdiff - doc/protocols.texi
Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'
[ffmpeg] / doc / protocols.texi
index f822d812231732dfd29e5b842981f3ac26ca52bb..453dbcf6bfee99e3c1412c4b3985aea6f53c9748 100644 (file)
@@ -278,6 +278,16 @@ Set initial byte offset.
 @item end_offset
 Try to limit the request to bytes preceding this offset.
 
+@item method
+When used as a client option it sets the HTTP method for the request.
+
+When used as a server option it sets the HTTP method that is going to be
+expected from the client(s).
+If the expected and the received HTTP method do not match the client will
+be given a Bad Request response.
+When unset the HTTP method is not checked for now. This will be replaced by
+autodetection in the future.
+
 @item listen
 If set to 1 enables experimental HTTP server. This can be used to send data when
 used as an output option, or read data from a client with HTTP POST when used as