DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38005>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38005

           Summary: IOWrapper for HttpConnection
           Product: HttpClient
           Version: Nightly Builds
          Platform: Other
               URL: http://www.google.com/url?sa=U&start=1&q=http://mail-
                    archives.apache.org/mod_mbox/jakarta-httpclient-
                    dev/200506.mbox/%253C42BA3FB2.2080702%40pingability.com%
                    253E&e=9797
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Commons HttpClient
        AssignedTo: httpclient-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


The following patch gives the httpclient user access to all bytes sent/received
when executing a http method.

This is useful for intercepting/reporting bytes sent (i.e. in the request) and 
received (i.e. raw bytes as they come in).  This information can be used to
'debug the wire'.  And to record the data transfer associated with each request.

I am not aware of an alternative mechanism in httpclient.  Having access to the
response stream after headers are parsed is 'not as good'.  The api is not that
intrusive.  Just another param.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to