User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_httpresponse

Table of Contents

TGIS_HttpResponse record

DK11 for Delphi | GisTypes.TGIS_HttpResponse | Records | Fields

Http response.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_HttpResponse = record
  end;
// C++ Builder
struct DECLSPEC_DRECORD TGIS_HttpResponse
{
};

Fields

Inherited Protected
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.

2022/11/30 19:19

Page Tools