Mirco Hacker
Mirco Hacker
Let's revive this ;-) After implementing this feature in https://github.com/expressjs/cookie-session/pull/141, what is missing for this feature to land in master?
@pawamoy i added example values and schema definitions. But I do not get your last two comments
Ping @yankeexe is there more to be done from your side?
@yankeexe would you mind to merge this?
Ping @tiangolo ready to merge
I am looking for exactly this page 🙂 can you provide a quick peek on how to attach descriptions to parameters and model fields. Docstrings at the method level are...
Is there any way to strict validate the objects manually or during post_request handlers?
In order to fix the time for all files in the zip, I used ```typescript for (const entry of zip.getEntries()) { entry.header.time = new Date("1912-06-23T00:00:00.000Z") } ```
@olegz I found some more problems 😉
For the record after making the required changes to the `StreamLambdaHandler` in the pet-store sample in order to work with `HttpApiV2ProxyRequest` instead, the application works as expected.