On Tue, Jul 24, 2018 at 1:31 AM Oleg Kalnichevski <[email protected]>
wrote:
> On Mon, 2018-07-23 at 14:48 -0600, Gary Gregory wrote:
> > Any objections to adding this to HttpVersion:
> >
> > public static final HttpVersion[] ALL = {HTTP_0_9, HTTP_1_0,
> > HTTP_1_1,
> > HTTP_2_0};
> >
> > ?
> >
> > Gary
>
> I am not sure I understand the reason for doing so but do not see a
> problem either.
>
Today, I want a list of all versions, so I can create trivial parameterized
tests that throw requests to my custom proxy at work, a cheap fuzzer if you
will.
Tomorrow, I might want other kinds of tests, or a UI with a drop down for
HTTP versions, but the basic idea is that I want a place that lists all of
the known versions of HTTP known to HC.
Gary
>
> Oleg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>