Vinyl.Sdk.Http in Jitterbit App Builder
HttpRequest
Controls the outgoing Request
public class Vinyl.Sdk.Http.HttpRequest
Properties
Type | Name | Summary |
---|---|---|
HttpContent | Content | Gets or sets the request body content, null if it's a GET |
NameValueCollection | Cookies | Gets the request cookies |
NameValueCollection | Headers | Gets the request headers |
String | LogContent | Gets the request user readable content used for logging |
NameValueCollection | QueryValues | Gets the request query values |
HttpResponse
Controls the incoming Request
public class Vinyl.Sdk.Http.HttpResponse
Properties
Type | Name | Summary |
---|---|---|
HttpContent | Content | Gets or sets the response body content |
NameValueCollection | Cookies | Gets the response cookies |
NameValueCollection | Headers | Gets the response headers |