Commits
Click on a commit to change the comparison rangerefactor: openApi made lazy. This is a staging post so there are extra tests (in all the decorators). Fixes a potential issue in __init__ where the default argument creates a shared object at parse time rather than a separate one for each instance. As only one instance, not normally an issue but not good practice. refactor: openApi made lazy. refactor: try to solve the speed issue by improving handling moving from allowing None for openApi_tags to not refactor: slightly optimised lower_http_method I've tested with 100,000 loops. This is marginally faster. refactor: remove extra Robyn instance variable to avoid extra side effects in the future. No consistent peformance impact on 100,000 Robyn(__file__) calls Merge branch 'sparckles:main' into lazy-openapi Merge branch 'sparckles:main' into lazy-openapi Merge branch 'sparckles:main' into lazy-openapi