George Aristy
George Aristy
@yegor256 the requirement is for providing "simple requests", not necessarily copy request objects from Takes. Here is my example again with the `Htr` prefix to avoid confusion: ```java new HtResponse(...
@yegor256 would `HtAutoHostedWire` be part of the public API?
@yegor256 ok, agreed, `Host` may not necessarily match with the physical host that the wire is connected to Refs: * https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23 * https://stackoverflow.com/a/43156094/1623885
@0crat in
@g4s8 I think the solution for this problem should be reversed: it should be a request that inserts that header, not a `Wire`. The reason is that a "wire" is...
@Iprogrammerr I agree As I said in https://github.com/yegor256/cactoos-http/issues/19#issuecomment-391007559, the `Host` header can have a completely different value than the wire's target, and it should be supplied by the user. For...
@0crat refuse
@0crat out
@smallcreep what features are you looking to use?
@fabriciofx I agree with all but `toString()`: there are no _identity_ semantics attached to its definition.