Posts from January 2010

2 result(s) found

HTTP status codes
Java

As we've discussed in previous posts, HTTP response initial request line will always have one status code. Here is the explaination on HTTP status codes.When a request is made to your server for a pag...

HTTP methods - a deep look
Java

I'm going to discuss about the set of common methods for HTTP/1.1. Although this set can be expanded, additional methods cannot be assumed to share the same semantics for separately extended clients a...