Type Alias HttpResContentDisposition

HttpResContentDisposition: StrIntellisense<"inline" | "attachment">

Content-Disposition header values for HTTP responses. Controls whether the content is displayed inline or downloaded as an attachment.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"