naive-http icon indicating copy to clipboard operation
naive-http copied to clipboard

A really simple http client library for scala

Results 1 naive-http issues
Sort by recently updated
recently updated
newest added

cc @stacycurl I have to construct the query params my self, if I use `formParameters` on a request it doesn't seem to work (I get 404). ``` def get(uri: String,...