Is your feature request related to a problem? Please describe.
Currently the client's configuration structure uses arrays to store things like redirects, envs, plugins, etc. These arrays are "unique" based on each item's uri property.
This is not very clear from a user's perspective, and instead we should just use a unique map, where the uri is the map's key.
Is your feature request related to a problem? Please describe.
Currently the client's configuration structure uses arrays to store things like
redirects,envs,plugins, etc. These arrays are "unique" based on each item'suriproperty.This is not very clear from a user's perspective, and instead we should just use a unique map, where the
uriis the map's key.