You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During the development of a retry module gaps in the current subrequest API support were identified.
need getters for request status and subrequest depth
need to increment cycle count
the flags argument is not supported
the args argument is not supported
need to pass custom data to subrequest
do not automatically destroy subrequest body (allow caller to handle body lifetime)
suggested: provide a basic subrequest example module
Describe the solution you'd like
Add additional API support. This work has mostly been complete here but needs to be separated from the Event timer API work and linting updates. See the src/http/flags.rs and src/http/request.rs files for salient changes.
Additional context
Since this work is mostly completed by @avahahn and @f5yacobucci please see them for unclear details. This issue is a placeholder tracking issue to break apart an existing PR into its component features.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
During the development of a retry module gaps in the current subrequest API support were identified.
Describe the solution you'd like
Add additional API support. This work has mostly been complete here but needs to be separated from the Event timer API work and linting updates. See the
src/http/flags.rs
andsrc/http/request.rs
files for salient changes.Additional context
Since this work is mostly completed by @avahahn and @f5yacobucci please see them for unclear details. This issue is a placeholder tracking issue to break apart an existing PR into its component features.
The text was updated successfully, but these errors were encountered: