The JavaTM Web Services Tutorial
Home
TOC
PREV TOP NEXT

HTTP Responses

An HTTP response contains a result code, header fields, and a body.

The HTTP protocol expects the result code and all header fields to be returned before any body content.

Some commonly used status codes include:

Home
TOC
PREV TOP NEXT