Creating HTTP Client with Default URL but Without Specifying Method

Is it possible to create an HTTP client with a default URL without setting the method?

Every constructors needs it and to me is a bit counterintuitive. The (base) URL is probably shared between requests regardless the method
Was this page helpful?