public final class TkWithHeader extends TkWrap
This take wraps all responses of another take, adding
an extra header to them, through RsWithHeader
.
The class is immutable and thread-safe.
Constructor and Description |
---|
TkWithHeader(Take take,
String header)
Ctor.
|
TkWithHeader(Take take,
String key,
String value)
Ctor.
|
Copyright © 2015–2018 Take. All rights reserved.