[ 
https://issues.apache.org/jira/browse/HTTPCORE-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14973975#comment-14973975
 ] 

Daneel Yaitskov commented on HTTPCORE-412:
------------------------------------------

[~olegk], 
I disagree about the point that trailers should be part of entity, because 
trailers are headers and entity doesn't contain them.
First of all this library is HTTP client not some kind of RMI with high 
abstraction.

Where is non-blocking transport code? I haven't noticed it.

I don't like Callable throws is handled either, but I don't know a better way. 
Could you refer the other approach?
How about a custom interface in the library which doesn't declare any exception?


> Send HTTP trailers in request
> -----------------------------
>
>                 Key: HTTPCORE-412
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-412
>             Project: HttpComponents HttpCore
>          Issue Type: New Feature
>          Components: HttpCore, HttpCore NIO
>            Reporter: Daneel Yaitskov
>             Fix For: 5.0
>
>
> Currently HTTP client doesn't support sending trailers to a web server.
> The section https://tools.ietf.org/html/rfc7230#section-4.4 is need to be 
> implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to