0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Remove `remapping` module #145

Closed 0x1306e6d closed 2 years ago

0x1306e6d commented 3 years ago

Since #140, it becomes convenient to transform HttpRequest or HttpResponse which remapping module has had in charge of. So it'd be better to remove remapping for minimizing confusion by providing same feature in other modules. Before removal, we should take over features from remapping to gateway module and mark @Deprecate existing. After that, the remapping will be removed in the next version, v0.5.0.

Checklist: