access request and response headers from rpc body

This commit is contained in:
Aiden McClelland
2021-07-28 16:44:15 -06:00
parent da0d08fa35
commit 1e9ded9a31
7 changed files with 153 additions and 53 deletions

View File

@@ -90,4 +90,6 @@ pub enum ParamType {
None,
Arg(ArgOptions),
Context(Type),
Request,
Response,
}