guardrail-dev / guardrail-dev/guardrail
Http4s Client Generation Don't use UnsafeFromString
Open
bug
help wanted
scala
scala-http4s
- Dominant language
- Scala
- Stars
- 541
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
It's pretty well known in the http4s community to stay way from `Uri.unsafeFromString`
```httpClient.expect[GetConfigurationResponse](Request[F](method = Method.POST, uri = Uri.unsafeFromString(host + basePath + "/get-configuration")```
We should be able to do this in a safe way.
Contributor guide
Assessment
This issue has not been assessed yet.