HtmlUnit / htmlunit

HtmlUnit is a "GUI-Less browser for Java programs".
https://www.htmlunit.org
Apache License 2.0
875 stars 172 forks source link

Refactoring - reduce the dependencies to HttpClient #764

Open rbri opened 7 months ago

rbri commented 7 months ago

To make it simpler to replace the HttpClient by a newer version or something completely different...

rbri commented 7 months ago

org.htmlunit.http.HttpStatus added

rbri commented 7 months ago

HttpUtils.formatDate(Date) / HttpUtils.parseDate(String)

rbri commented 7 months ago

HttpUtils.parseUrlQuery(String, Charset) / HttpUtils.toQueryFormFields(List, Charset)

rbri commented 7 months ago

branch 'towards5' created

rbri commented 7 months ago

HttpClientCookie added