URIs — sttp 3 documentation SoftwareMill
URIs . A request can only be sent if the request method URI are defined. To represent URIs, sttp comes with a Uri case class, which captures all the parts of an address.. To specify the request method and URI, use one of the methods on the request definition corresponding to the name of the desired HTTP method: .post, .get, .put etc. All of them accept a single parameter, the URI to which ...