Headers rewritten:
If {@code prefix} property is {@code null} (default), all headers but {@code Content-Length}are copied as they are. With non- {@code null} prefix, all headers, including{@code Length} are preserved by prepending header name with {@code prefix}.
Caveat: if {@code prefix} is an empty string, all headers including {@code Content-Length}are copied as they are. This is presumably a bug.
Intended for archival-URL and domain-prefix mode.
@author brad
|
|
|
|
|
|