You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. @http(method: "HEAD") results in HttpMethod.fromString failing, thus causing e.g. the creation of a http4s client to throw with s"Operation ${endpoint.name} is not bound to http semantics".
The text was updated successfully, but these errors were encountered:
e.g.
@http(method: "HEAD")
results inHttpMethod.fromString
failing, thus causing e.g. the creation of a http4s client to throw withs"Operation ${endpoint.name} is not bound to http semantics"
.The text was updated successfully, but these errors were encountered: