EnhancedL47Http10Settings Object


Description:

Specifies Enhanced L4-7 HTTP 1.0 settings.

Parents: EnhancedL47Config

EnhancedL47Http10Settings Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
ConnectionTermination

HTTP server connection termination

Type: enum

Default: FIN

Possible Values:

Value Description
FIN

FIN

ConnectionType

HTTP client connection type

Type: enum

Default: KEEP_ALIVE

Possible Values:

Value Description
KEEP_ALIVE

Keep Alive

FileSize

NOTE: This attribute is deprecated. It will be removed in subsequent releases, so it is recommended that you do not use it.

HTTP server file size

Type: u64

Default: 102400

Range: 1 - 10737418240

Method

HTTP client ethod

Type: enum

Default: GET

Possible Values:

Value Description
GET

HTTP Method GET

POST

HTTP Method POST

PostBodySize

POST body size in bytes

Type: u32

Default: 10000

Range: 1 - 20000000

RequestsPerConnection

HTTP client requests per connection

Type: u16

Default: 1

Range: 1 - 200

ServerFileSize

HTTP server file size

Type: u64

Default: 10000

Range: 1 - 10737418240

ServerTcpPort

HTTP server TCP port

Type: u16

Default: 80

Range: 1 - 65535

ServerType

HTTP server type

Type: enum

Default: MICROSOFT_IIS_8_5

Possible Values:

Value Description
MICROSOFT_IIS_6_0

Microsoft-IIS/6.0

MICROSOFT_IIS_7_5

Microsoft-IIS/7.5

MICROSOFT_IIS_8_0

Microsoft-IIS/8.0

MICROSOFT_IIS_8_5

Microsoft-IIS/8.5

NGINX_1_11

nginx/1.11

APACHE_2_4_UNIX

Apache/2.4 (Unix)

UserAgentHeader

HTTP client user agent header

Type: enum

Default: MOZILLA_5_0_WIN_NT_10_WIN_64

Possible Values:

Value Description
MOZILLA_5_0_WIN_NT_10_WIN_64

Mozilla/5.0 (Windows NT 10.0; Win64; x64)

EnhancedL47Http10Settings Read-Only Attributes

There are no read-only attributes.