Changeset 849
- Timestamp:
- 13/07/10 00:41:49 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r848 r849 720 720 effectively in many different contexts and for which implementations can evolve independently over time. 721 721 </p> 722 <p id="rfc.section.1.p.3">HTTP is also designed for use as a generic protocol for translating communication to and from other Internet information systems.723 HTTP proxies and gateways provide access to alternative information services by translating their diverse protocols into a724 hypertext format that can be viewed and manipulated by clients in the same way as HTTP services.722 <p id="rfc.section.1.p.3">HTTP is also designed for use as an intermediation protocol for translating communication to and from non-HTTP information 723 systems. HTTP proxies and gateways can provide access to alternative information services by translating their diverse protocols 724 into a hypertext format that can be viewed and manipulated by clients in the same way as HTTP services. 725 725 </p> 726 726 <p id="rfc.section.1.p.4">One consequence of HTTP flexibility is that the protocol cannot be defined in terms of what occurs behind the interface. Instead, … … 764 764 </p> 765 765 </div> 766 <p id="rfc.section.1.2.p.3">As a syntactic alconvention, ABNF rule names prefixed with "obs-" denote "obsolete" grammar rules that appear for historical766 <p id="rfc.section.1.2.p.3">As a syntactic convention, ABNF rule names prefixed with "obs-" denote "obsolete" grammar rules that appear for historical 767 767 reasons. 768 768 </p> -
draft-ietf-httpbis/latest/p1-messaging.xml
r848 r849 251 251 </t> 252 252 <t> 253 HTTP is also designed for use as a genericprotocol for translating254 communication to and from other Internetinformation systems.255 HTTP proxies and gateways provide access to alternative information253 HTTP is also designed for use as an intermediation protocol for translating 254 communication to and from non-HTTP information systems. 255 HTTP proxies and gateways can provide access to alternative information 256 256 services by translating their diverse protocols into a hypertext 257 257 format that can be viewed and manipulated by clients in the same way … … 341 341 </t> 342 342 <t> 343 As a syntactic alconvention, ABNF rule names prefixed with "obs-" denote343 As a syntactic convention, ABNF rule names prefixed with "obs-" denote 344 344 "obsolete" grammar rules that appear for historical reasons. 345 345 </t>
Note: See TracChangeset
for help on using the changeset viewer.