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
Every constructors needs it and to me is a bit counterintuitive. The (base) URL is probably shared between requests regardless the method
method? Every constructors needs it and to me is a bit counterintuitive. The (base) URL is probably shared between requests regardless the method
