| Author |
HTTP methods
|
devayani Devasthali
Ranch Hand
Joined: Aug 25, 2005
Posts: 40
|
|
Hello All, I am learning HTTP methods. Can any body pls help me in understanding different HTTP methods = DELETE,PUT,TRACE,HEAD,OPTIONS Also how to use them in a servlet? thanx in advance regards Devayani
|
 |
dema rogatkin
Ranch Hand
Joined: Oct 09, 2002
Posts: 294
|
|
The best approach to start with sources: http://www.w3.org/Protocols/rfc2068/rfc2068 Then you can look in servlet spec document you can find in a signature of one of bartenders.
|
Tough in space?, <a href="http://tjws.sf.net" target="_blank" rel="nofollow">Get J2EE servlet container under 150Kbytes here</a><br />Love your iPod and want it anywhere?<a href="http://mediachest.sf.net" target="_blank" rel="nofollow">Check it here.</a><br /><a href="http://7bee.j2ee.us/book/Generics%20in%20JDK%201.5.html" target="_blank" rel="nofollow">Curious about generic in Java?</a><br /><a href="http://7bee.j2ee.us/bee/index-bee.html" target="_blank" rel="nofollow">Hate ant? Use bee.</a><br /><a href="http://7bee.j2ee.us/addressbook/" target="_blank" rel="nofollow">Need contacts anywhere?</a><br /><a href="http://searchdir.sourceforge.net/" target="_blank" rel="nofollow">How to promote your business with a search engine</a>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
"devayani Dev", There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
Originally posted by dema rogatkin: Then you can look in servlet spec document you can find in a signature of one of bartenders.
Link to the various relevant specifications is also available in the JSP FAQ.
|
 |
 |
|
|
subject: HTTP methods
|
|
|