Unit 'wasm.http.objects' Package
[Overview][Types][Classes][Index] [#wasm-utils]

TWasmHTTPHeaders

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: wasm.http.objects.pas line 47

type TWasmHTTPHeaders = class(TPersistent)

public

  constructor Create; virtual;

  destructor Destroy; override;

  procedure Assign(); override;

  function BodyAsUTF8;

  property Headers: TStrings; [rw]

  property Body: TBytes; [rw]

end;

Inheritance

TWasmHTTPHeaders

|

TObject


Documentation generated on: 2025-07-25