Re: HTTP request parser

2019-03-06 Thread Jochen Wiedmann
Thanks very much, Oleg. DefaultHttpRequestParser sounds promising! Jochen On Wed, Mar 6, 2019 at 10:18 AM Oleg Kalnichevski wrote: > > On Wed, 2019-03-06 at 09:50 +0100, Jochen Wiedmann wrote: > > Whole request, content might be interesting, sooner or later. > > > > Thanks, > > > > Jochen > > >

Re: HTTP request parser

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 09:50 +0100, Jochen Wiedmann wrote: > Whole request, content might be interesting, sooner or later. > > Thanks, > > Jochen > > You can use HttpRequestParser to parse out request heads from an arbitrary input stream.

Re: HTTP request parser

2019-03-06 Thread Jochen Wiedmann
Whole request, content might be interesting, sooner or later. Thanks, Jochen On Wed, Mar 6, 2019, 09:28 Oleg Kalnichevski wrote: > On Wed, 2019-03-06 at 00:07 +0100, Jochen Wiedmann wrote: > > Hi, > > > > I've got a set of files, which basically contain raw HTTP requests. > > (I > > obtained

Re: HTTP request parser

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 00:07 +0100, Jochen Wiedmann wrote: > Hi, > > I've got a set of files, which basically contain raw HTTP requests. > (I > obtained them by wiretrapping my own network traffic.) > > Now, I'd like to parse, and validate them. Is there something in > httpcomponents, that might

HTTP request parser

2019-03-05 Thread Jochen Wiedmann
Hi, I've got a set of files, which basically contain raw HTTP requests. (I obtained them by wiretrapping my own network traffic.) Now, I'd like to parse, and validate them. Is there something in httpcomponents, that might help me? (Keep in mind, that there will most likely be stuff like