Skip to content

Is there an event hook function that is called after a request is fully prepared? #361

@TomeSq

Description

@TomeSq

Thank you for allowing us to use your wonderful library.

Please let me know if you know of any of the following functions

Is there an event hook function that is called just before sending a request, like the event hooks in python's httpx library? When sending a request, we need to add a signature computed from the header and body of the request packet.
https://www.python-httpx.org/advanced/#event-hooks

I can't rewrite the request in Middleware because the request is not mut.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions