I think we should probably not have `Request`. `Re...
# development
h
I think we should probably not have
Request
.
Request
works super well IMO when you get back something with a similar name, like
await Get[HydratedSources](HydrateSourcesRequest)
. If we have
StripPrefixRequest
, I would expect to get back a
StripPrefix
or
StripPrefixed
, which doesn’t exist.
1