#?SuikaWiki/0.9 - rtsp.Request-URI = "*" | absolute_URI ;; RFC 2326 6.1 [[#comment]] * 仕様書から ** RFC 2326 (RTSP) 6.2 Request Header Fields > [PRE[ request-header = Accept ; Section 12.1 | Accept-Encoding ; Section 12.2 | Accept-Language ; Section 12.3 | Authorization ; Section 12.5 | From ; Section 12.20 | If-Modified-Since ; Section 12.23 | Range ; Section 12.29 | Referer ; Section 12.30 | User-Agent ; Section 12.41 ]PRE] >Note that in contrast to HTTP/1.1 [2], RTSP requests always contain the absolute URL (that is, including the scheme, host and port) rather than just the absolute path. [1] [[HTTP/1.1]] とは異なり、 [[RTSP]] [[要求]]は常に[[絶対経路]]だけではなくて絶対 [[URL]] を (つまり、 [[scheme]], [[host]], [[port]] を含めて) 指定することに注意して下さい。 >HTTP/1.1 requires servers to understand the absolute URL, but clients are supposed to use the Host request header. This is purely needed for backward-compatibility with HTTP/1.0 servers, a consideration that does not apply to RTSP. [2] HTTP/1.1 はサーバーが絶対 URL を理解することを要求していますが、 クライアントは [CODE(HTTP)[Host]] 頭を使うことを想定しています。 これは単に [[HTTP/1.0]] サーバーとの後方互換性からの必要であって、 RTSP では考慮する必要はないのです。 >The asterisk "*" in the Request-URI means that the request does not apply to a particular resource, but to the server itself, and is only allowed when the method used does not necessarily apply to a resource. One example would be: [3] Request-URI での星印 [CODE(char)[[[*]]]] は、要求が特定の資源には適用されるのではなく、 サーバー自体に適用され、使用している [[method]] が必ずしも資源に適用される物ではない時にのみ認められます。 一つの例を次に示します。 > OPTIONS * RTSP/1.0 ** RFC の部分の License [[RFCのライセンス]] * メモ