public class BBWebRequest extends Object
Modifier and Type | Field and Description |
---|---|
BBjString |
Content!
A payload of data to be sent with the request.
|
BBjVector |
Headers!
A vector of BBHeader.
|
BBjString |
Method!
Specifies the operation that the webserver should perform.
|
BBjString |
URI! |
Constructor and Description |
---|
BBWebRequest() |
Modifier and Type | Method and Description |
---|---|
void |
addHeader(BBjString key!,
BBjString value!)
Adds the specified header to the request.
|
HttpRequestBase |
Create()
Creates an HttpRequestBase object from the fields of this object.
|
void |
setAuthorization(BBjString authorization!)
Adds an authorization header to the request.
|
public BBjString Method!
public BBjString URI!
public BBjVector Headers!
public BBjString Content!
public HttpRequestBase Create()
public void setAuthorization(BBjString authorization!)
authorization!
- The format is specific to the authorization scheme the web server uses.public void addHeader(BBjString key!, BBjString value!)