Default constructor.
public Headers();
Constructor that takes an initial byte string argument.
public Headers(ByteString);
Copy constructor.
public Headers(Headers);
Headers Class | Hunny.Mime Namespace