Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class CustomField

Returns:
Name Type of the custom log filed, which indicates extracting data from a specified position in HTTP requests and responses. Valid values:
  • ReqHeader: Extract the value of a specified field from an HTTP request header;
  • RspHeader: Extract the value of a specified field from an HTTP response header;
  • Cookie: Extract the value of a specified field from a cookie;
  • ReqBody: Extract specified content from an HTTP request body using a Google RE2 regular expression.
  • Note: This field may return null, which indicates a failure to obtain a valid value.
    Parameters:
    Name - Type of the custom log filed, which indicates extracting data from a specified position in HTTP requests and responses. Valid values:
  • ReqHeader: Extract the value of a specified field from an HTTP request header;
  • RspHeader: Extract the value of a specified field from an HTTP response header;
  • Cookie: Extract the value of a specified field from a cookie;
  • ReqBody: Extract specified content from an HTTP request body using a Google RE2 regular expression.
  • Note: This field may return null, which indicates a failure to obtain a valid value.
    Skip navigation links

    Copyright © 2024. All rights reserved.