Changeset 2038
- Timestamp:
- 08/12/12 07:42:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r2037 r2038 950 950 </t> 951 951 <t> 952 If the port is equal to the default port for a scheme, the normal 953 form is to elide the port subcomponent. Likewise, an empty path954 component is equivalent to an absolute path of "/", so the normal955 form is to provide a path of "/" instead. The scheme and host956 are case-insensitive and normally provided in lowercase; all957 other components are compared in a case-sensitive manner.958 Characters other than those in the "reserved" set are equivalent 959 to their percent-encoded octets (see <xref target="RFC3986"960 x: fmt="," x:sec="2.1"/>): the normal form is to not encode them.952 If the port is equal to the default port for a scheme, the normal form is 953 to elide the port subcomponent. When not being used in absolute form as the 954 request target of an OPTIONS request, an empty path component is equivalent 955 to an absolute path of "/", so the normal form is to provide a path of "/" 956 instead. The scheme and host are case-insensitive and normally provided in 957 lowercase; all other components are compared in a case-sensitive manner. 958 Characters other than those in the "reserved" set are equivalent to their 959 percent-encoded octets (see <xref target="RFC3986" x:fmt="," 960 x:sec="2.1"/>): the normal form is to not encode them. 961 961 </t> 962 962 <t>
Note: See TracChangeset
for help on using the changeset viewer.