Make it possible to create `Request` without specifying URL at construction type Allowing this idiom: ``` new JdkRequest() .uri() .set("https://...") .back() ```
Make it possible to create
Requestwithout specifying URL at construction typeAllowing this idiom: