-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Milestone
Description
We currently have two routing classes that use http requests to get routing results: OrsHttpWrapper
and RoutedWrapper
respectively for openrouteservice and osrm-routed.
Exact request syntax and http method differ, but both are sharing some duplicated code to handle the requests. We should move those parts to a dedicated HttpWrapper
abstract parent class.