kurierjs / kurier

TypeScript framework to create JSON:API compliant APIs
https://kurier.readthedocs.io/en/latest/
MIT License
61 stars 9 forks source link

Transport layer context availability in ApplicationInstance #334

Closed joelalejandro closed 1 year ago

joelalejandro commented 1 year ago

It has been demonstrated by productive use cases that we need a way to share transport layer information to the processors (in particular of HTTP transports, such as IP, Host, Origin, Headers).

An example would be a GeocodingProcessor, that receives an op with an address and returns latitude and longitude.

Also mentioned in #331.

Martinarbez commented 1 year ago

In the meantime, we did this https://github.com/feldico/kurier/pull/3