| HTTP2 -- /HTTP | cern archive | HTTP only |
| home archive home about | |||||||||||||
|
Last modified 1/7/92 by RC
Updates To HTTPThe HTTP protocol implements the WWW data model .In order to improve the functionality of WWW, the HyperText Transfer Protocol needs to be altered (see also: current HTTP implementation, from version to version, our BNF notation and the original HTTP design ). A prime concern is that servers must be able to skip data they don't understand. This will guarantee forward compatibility. RequestAs before, the client sends a request, but may specify additional information. The format of the new request is:CiLang specifies the language used to write the ClientInfo and the DataInfo after the GET line. At the moment only HTRQ is defined . VersionNumber gives the HTTP version being used by the client. If the protocol version is not specified, the server assumes that the browser uses HTTP version 0.9 (before this update was carried out) (See " From Version to Version "). GET means retrieve whatever data is identified by the Udi, so where the Udi refers to a data-producing process, or a script which can be run by such a process, it is this data which will be returned, and not the source text of the script or process. PUT specifies that the data in the body section is to be stored under the supplied Udi, (but see constraint on modification times ). Where the Udi refers to a data-producing process, PUT is not applicable, and will fail. The process should label its response as non-editable. [JFG] Beware here of lexical problems like different character sets on client and server, CR/LF conventions, etc. Also, elementary file locking should be provided. ResponseThe response from the server may be straight HTML (in the case of older servers), or may start with the following syntax:The keywords, here in upper case, are case insensitive. Quotes may be ommited where String does not contain special characters (such as spaces). The response String may have the following values (see data model ):
|
|
||||||||||||