Expand description
Types needed to implement Intercept
.
Structsยง
- After
Deserialization Interceptor Context Ref - Interceptor context for hooks after deserializing the response.
- Before
Deserialization Interceptor Context Mut - Interceptor context for hooks before deserializing the response.
- Before
Deserialization Interceptor Context Ref - Interceptor context for hooks before deserializing the response.
- Before
Serialization Interceptor Context Mut - Interceptor context for the
modify_before_serialization
hook. - Before
Serialization Interceptor Context Ref - Interceptor context for the
read_before_execution
andread_before_serialization
hooks. - Before
Transmit Interceptor Context Mut - Interceptor context for several hooks in between serialization and transmission.
- Before
Transmit Interceptor Context Ref - Interceptor context for several hooks in between serialization and transmission.
- Finalizer
Interceptor Context Mut - Interceptor context for finalization hooks.
- Finalizer
Interceptor Context Ref - Interceptor context for finalization hooks.
- Interceptor
Context - A container for the data currently available to an interceptor.