owncloud / protoc-gen-microweb

Protoc generator for Micro web services
Apache License 2.0
7 stars 6 forks source link

Pass the request context instead of a fresh root context #4

Closed kulmann closed 4 years ago

kulmann commented 4 years ago

Change code generation to pass the request context into the handler instead of a fresh root context. This allows us to use middleware which modifies the context.

kulmann commented 4 years ago

Related to https://github.com/owncloud/ocis-settings/issues/12