support for parameter names with underscores in http4s routes
Closed this issue · 0 comments
kyle-dorman commented
Currently the http4s generator only tests against path and query params named id
and params using underscores (i.e. named_id
) are getting interpreted as path strings.