Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CurlHsts

Object with bitmasks that should be used with the HSTS_CTRL option.

CURLAUTH_BASIC becomes CurlAuth.Basic

Index

Enumeration members

Enumeration members

Disabled

Disabled: = 0

Disable the in-memory HSTS cache for this handle.

Enable

Enable: = 1 << 0

Enable the in-memory HSTS cache for this handle.

ReadonlyFile

ReadonlyFile: = 2 << 0

Make the HSTS file (if specified) read-only - makes libcurl not save the cache to the file when closing the handle.

Generated using TypeDoc