mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 14:00:54 +00:00
* pass init and url as returned by the premiddleware to the postmiddleware Current implementation will always pass the initial url and init object. However if a pre middleware changes returns an object whose `init` or `url` property refer to a different url string or object, any following post middleware wont have access to it. Effectively providing the post middleware with a completely different request information then what was actually used to make the fetch call. * update samples and docs