Files
fastapi-cache/fastapi_cache
Naoki Shima 01c895dbbb Support functions with VAR_KEYWORD parameter
decorating function with **kwargs parameter with @cache causes ValueError.

ValueError: wrong parameter order: variadic keyword parameter before keyword-only parameter

We need to inject request / response parameters before VAR_KEYWORD parameter.
2023-02-09 15:14:20 +09:00
..
2023-01-15 21:54:16 +00:00
2022-11-07 16:39:17 +08:00
2022-10-25 08:50:56 +07:00