public static final String | SINGLE_COOKIE_HEADERParameter for Cookie header formatting.
Defines whether {@link org.apache.http.cookie.Cookie cookies}
should be put on
a single {@link org.apache.http.Header request header}.
If not, each cookie is formatted in a seperate Cookie header.
This parameter expects a value of type {@link Boolean}.
|