Closed joelso closed 6 years ago
Rewrite paths with dots into "escaped" dots to be able to parse NATS subjects and params properly
For example:
GET /foo.bar => http.get.foo{dot}bar
Note that fuster-bus should be updated to rewrite foo{dot}bar into foo.bar so developer does not need to do any manual rewrites. This is covered in https://github.com/FrostDigital/fruster-bus-js/issues/76
foo{dot}bar
foo.bar
Rewrite paths with dots into "escaped" dots to be able to parse NATS subjects and params properly
For example:
Note that fuster-bus should be updated to rewrite
foo{dot}bar
intofoo.bar
so developer does not need to do any manual rewrites. This is covered in https://github.com/FrostDigital/fruster-bus-js/issues/76