Package | Description |
---|---|
net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientResponse
Contains the contents of an HTTP response message.
|
class |
ServerResponse
Contains the contents of an HTTP response message.
|
Modifier and Type | Method and Description |
---|---|
Response |
EasyHttpClient.getLastResponse()
Returns the last HTTP response, including headers, resulting
from the last
doPost , doGet , or
doOperation call. |
Copyright © 2012. All Rights Reserved.