Icon ParseHeaderAttribute Method

function ParseHeaderAttribute(const Attribute: String; const
      Header: String): String

Use this method to parse a specific HTTP header attribute from the passed header value.

HTTP headers use the following format:

<Header Name>: <Header Value> [; <Attribute=<Attribute Value>...]
Image