DK11 for Delphi | GisTypes.TGIS_HttpResponse | Records | Fields
Http response.
// Delphi type TGIS_HttpResponse = record end;
// C++ Builder struct DECLSPEC_DRECORD TGIS_HttpResponse { };
Name | Visibility | Description | |
---|---|---|---|
ContentExpires | public | Content expires date in UTC. | |
ContentLength | public | Content length. | |
ContentType | public | Content type. | |
Headers | public | All headers CRLF separated | |
Status | public | Response status. | |
Stream | public | Stream with data. | |