Skip to content

Add ways to filter (or hook) request/response objects #46

Open
@kanghyojun

Description

@kanghyojun

For more flexibility on transport layer, we need ways to filter (or hook) request/response objects:

  • RPC client should take a sort of hook callbacks that filter/map request/response objects.
    • For example, RPC client could add extra headers for custom authentication process through a hook on request objects.
  • RPC server should take a sort of middlewares that filter/map request/response objects.
    • For example, RPC server could add authentication process through verifying request headers on a hook.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions