Documentation > CMS Template API Library > PostHttpResponse
CrownPeak.CMSAPI.PostHttpResponse : CrownPeak.CMSAPI.HttpResponse
The object returned by Util.PostHttp. It contains the response text and various meta information about the POST request.
Name | Description | Type |
---|---|---|
Headers | This is the headers that were sent to the server that returned the POST. There are provided for debugging purposes for cases where the receiving server needs a specific set of headers passed to it. |
Property |
ResponseText | The text that has been returned from the server. |
Property |
StatusCode | The status code returned from the server. |
Property |
StatusDescription | The status description returned from the server. |
Property |