\r\n

51Degrees Pipeline Python  4.4

51Degrees Pipeline for Python

fiftyone_pipeline_core.constants.Constants Class Reference

Detailed Description

The string used to split evidence name parts.

Static Public Attributes

string  EVIDENCE_SEPARATOR = "."
string  EVIDENCE_HTTPHEADER_PREFIX = "header"
string  EVIDENCE_COOKIE_PREFIX = "cookie"
string  EVIDENCE_QUERY_PREFIX = "query"
string  EVIDENCE_ENABLE_COOKIES_SUFFIX = "fod-js-enable-cookies"

Member Data Documentation

◆ EVIDENCE_COOKIE_PREFIX

string fiftyone_pipeline_core.constants.Constants.EVIDENCE_COOKIE_PREFIX = "cookie"
static

◆ EVIDENCE_ENABLE_COOKIES_SUFFIX

string fiftyone_pipeline_core.constants.Constants.EVIDENCE_ENABLE_COOKIES_SUFFIX = "fod-js-enable-cookies"
static

◆ EVIDENCE_HTTPHEADER_PREFIX

string fiftyone_pipeline_core.constants.Constants.EVIDENCE_HTTPHEADER_PREFIX = "header"
static

◆ EVIDENCE_QUERY_PREFIX

string fiftyone_pipeline_core.constants.Constants.EVIDENCE_QUERY_PREFIX = "query"
static

◆ EVIDENCE_SEPARATOR

string fiftyone_pipeline_core.constants.Constants.EVIDENCE_SEPARATOR = "."
static
On This Page