Header Type

An HTTP header as it is received from the server.

Remarks

When a header is received through a Header event, it is parsed into a Header type. This type contains a Field, and its corresponding Value.

Fields

field
String

This property contains the name of the HTTP Header (same case as it is delivered).

value
String

This property contains the Header contents.

Constructors

public init()
public init(field: String, value: String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 macOS Edition - Version 20.0 [Build 8307]