#509·paperclip

[actix-web][cookies] HttpResponse 没有生成任何响应。Cookie 根本没有生成。

作者: Piotr-Skorupa创建于 2023年9月15日更新于 2023年10月9日

Hi, I have noticed that only `Json` struct is able to generate response in final specification JSON. Unfortunately, `Json` struct cannot have cookies attached to it, so I need to use `HttpResponse`. I tried both `actix_web::HttpResponse` and `paperclip::actix::web::HttpResponse`. They do not generate anything. Here is what I am trying to achieve:

内容来源: paperclip-rs/paperclip