public class BBWebClient extends Object
Constructor and Description |
---|
BBWebClient() |
Modifier and Type | Method and Description |
---|---|
static String |
GetPageContents()
Test method that retrieves the local webserver page at http://localhost:8888/
|
static BBWebResponse |
sendRequest(BBWebRequest request!)
Sends a request to a webserver and retrieves a response.
|
public static String GetPageContents()
public static BBWebResponse sendRequest(BBWebRequest request!)
request!
- An object containing the requested URI or URL, method, authorization, and any other needed headers.