Create and parse Content-Disposition header
TypeScript definitions for content-disposition
content-disposition rewrite in TypeScript
A library to parse "attachment"s in Content-Disposition.
content-disposition rewrite with browser and Node.js support
Parse Content-Disposition HTTP header. No dependencies, no errors, just parse.
Read filename from content disposition header
Create and parse Content-Disposition header
Drop-in replacement for content-disposition
Create and parse Content-Disposition header
A plugin for Insomnia to validate Content-Disposition headers by RFC standards.
Parse Content-Disposition header
content-disposition rewrite in TypeScript
Create and parse Content-Disposition header
Create and parse Content-Disposition header (with updated dependencies)
Opens `hb-dialog` while `uri` is set and downloads the resource with `XMLHttpRequest` as a blob: optional JSON `headers`, inferred or explicit `targetfilename`, `Content-Disposition` parsing when exposed by CORS, progress bar from `onprogress`, then trigg
Create and parse Content-Disposition header
Parse http header value for content-disposition
js parse content disposition header
Sanitize filenames for safe storage and Content-Disposition headers.
TypeScript definitions for koa
A javascript/nodejs multipart/form-data parser which operates on raw data.
Simple download CLI that capture Content Disposition
------WebKitFormBoundaryA2eo6fIbWbhdJE6I Content-Disposition: form-data; name=""; filename="test1.txt" Content-Type: text/plain
Content-Disposition parser
RFC 2231 MIME parameter encoder + decoder. Handles non-ASCII filenames in Content-Type / Content-Disposition (e.g. `filename*=UTF-8''…`). Pairs with mailrs-rfc2047 for the full MIME header encoding suite.
HTTP server that accepts POST data to exfiltrate files from remote servers to local computer during hacking and penetration testing
AsyncRead/AsyncWrite/Stream `multipart/form-data`
Email Message library for Rust
RFC 5322/MIME parser producing a byte-range-indexed part tree
Hurl, run and test HTTP requests
Strongly-typed HTTP header parsing and construction for common headers
A CLI to interact with Azure Storage services
multi fiber download http file.
multi fiber download http file.
OxiHTTP core types: error and http crate re-exports.
Ruby gem to create HTTP Content-Disposition headers with proper escaping/encoding of filenames
Backport https://github.com/rails/rails/pull/33829 to older Rails
Rack::ContentDispositionHelper is Rack middleware that rewrites the decoded filename* directive in the Content-Disposition response header as the value of the filename directive.
# Rack HTTP Pipe Use to pipe directly a remote HTTP file without buffering it. > /!\ Do not work with WebBrick, tested with puma ## Use case * Given a file named #HASH#.pdf on S3 * You want a clean URL and handling the authentication in front of it ``` GET http:/example.com/download Content-Disposition: attachment;filename=name-fetched-from-db.pdf Content-Length Content-Type etc. ``` ## Usage ```ruby get "/" do http_pipe "http://example.com/iso-ubuntu-1404-64bits", { status: 200, headers: { "Content-Type: application/octet-stream", "Content-Disposition: attachment;filename=ubuntu.iso", } } end ``` See the example directory for an example app using sinatra
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.