forked from loafle/openapi-generator-original
* Implement a custom error handler for unhandled or generic endpoint errors * Pass in method, host and cookies to error handler * Update axum to 0.8 * Make API methods take references instead of ownership * Multipart is also part of the axum update * Prevent replacing path names with the same name as a dynamic path parameter * Use status code name instead of number * Rollback axum update * Forgot paths