Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Required Configuration

See Instance Configuration#Connection Connection Hook Functions.

Notes / Warnings

  • The instance structure is for read-only. It must not be modified at any point in this hook function.
  • The following connection attributes can be accessed to analyze the connection (see section “HTTPs_CONN” on page 51 for further details on each parameters):
    • ClientAddr
    • Method
    • FileNamePtr
    • ReqHdrCtr
    • ReqHdrFirstPtr
  • In this hook function, only the under-mentioned connection parameters are allowed to be modified (see section “HTTPs_CONN” on page 51 for further details on each parameters):
    • StatusCode
    • FileNamePtr
    • FilePtr
    • FileType
    • FileLen
    • ConnDataPtr

...