Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenApi 允许在请求参数中定义 cookie。但是对于响应,我能找到的只是自定义标头(信号一般存在 Set-Cookie,但没有关于特定 cookie 的线索)或滚动自定义扩展(这也是非常有限的,例如缺少类型和description)。
description
如何定义响应cookie?