By David Gourley, Brian Totty
With
Marjorie Sayer,
Sailu Reddy,
Anshu Aggarwal
Book Price: $44.95 USD
£31.95 GBP
PDF Price: $35.99
Cover | Table of Contents | Colophon
|
HTTP method
|
Description
|
|---|---|
|
GET
|
Send named resource from the server to the client.
|
|
PUT
|
Store data from client into a named server resource.
|
|
DELETE
|
Delete the named resource from a server.
|
|
POST
|
Send client data into a server gateway application.
|
|
HEAD
|
http://www.w3.org/Protocols/
http://www.ietf.org/rfc/rfc2616.txt
http://www.ietf.org/rfc/rfc1945.txt
http://www.joes-hardware.com/seasonal/index-fall.html:
<scheme>://<user>:<password>@<host>:<port>/<path>;<params>?<query>#<frag>
|
Component
|
Description
|
Default value
|
|---|---|---|
|
scheme
|
Which protocol to use when accessing a server to get a resource.
|
None
|
|
user
|
The username some schemes require to access a resource.
|
anonymous
|
|
password
|
The password that may be included after the username, separated by a
colon (:).
|
<Email address>
|
|
host
|
The hostname or dotted IP address of the server hosting the resource. |
<HTML> <HEAD><TITLE>Joe's Tools</TITLE></HEAD> <BODY> <H1> Tools Page </H1> <H2> Hammers <H2> <P> Joe's Hardware Online has the largest selection of <A HREF="./hammers.html">hammers </BODY> </HTML>
http://www.joes-hardware.com/tools.html
|
Scheme
|
Description
|
|---|---|
|
http
|
The Hypertext Transfer Protocol scheme conforms to the general URL
format, except that there is no username or password. The port
defaults to 80 if omitted.
Basic form:
http://<host>:<port>/<path>?<query>#<frag>
Examples:
http://www.joes-hardware.com/index.html
http://www.joes-hardware.com:80/index.html
|
|
https
|
The https scheme is a twin to the http scheme. The only difference is
that the https scheme uses Netscape's Secure Sockets
Layer (SSL), which provides end-to-end encryption of HTTP
connections. Its syntax is identical to that of HTTP, with a default
port of 443.
Basic form:
https://<host>:<port>/<path>?<query>#<frag>
Example:
|
http://purl.oclc.org.
http://www.w3.org/Addressing/
http://www.ietf.org/rfc/rfc1738
http://www.ietf.org/rfc/rfc2396.txt
http://www.ietf.org/rfc/rfc2141.txt
http://purl.oclc.org
http://www.ietf.org/rfc/rfc1808.txt
|
Status code
|
Reason phrase
|
Meaning
|
|---|---|---|