Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl-web]

TCORSSupport

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

Declaration

Source position: httpdefs.pp line 681

type TCORSSupport = class(TPersistent)

public

  constructor Create; virtual;

  function ResolvedCORSAllowedOrigins(); virtual;

  function HandleRequest(); virtual;

  procedure Assign(); override;

published

  property Enabled: Boolean; [rw]

  property Options: TCORSOptions; [rw]

  property AllowedMethods: string; [rw]

  property AllowedOrigins: string; [rw]

  property AllowedHeaders: string; [rw]

  property MaxAge: Integer; [rw]

end;

Inheritance

TCORSSupport

|

TObject


Documentation generated on: 2023-03-18