Setting a Base URL for the HTTP Client

Is there a way to set a Base URL for the HTTP Client? So that I can just .post("/api/v1/test") on the client?
Was this page helpful?