- What output formats?
- curl flags (-H 'Name: value'), fetch options ({headers: {...}}), axios config, raw HTTP request format. Copy whichever matches your workflow.
- Does it validate header names?
- Common ones with known syntax (Content-Type, Accept) are validated. Custom headers (X-Whatever) pass through as-is.
- Can I set cookies?
- Yes — Cookie header is a special case. Multi-value cookies, attributes, and SameSite rules are handled correctly.
- What's the max header size?
- No hard limit in the builder. Real servers cap total header size around 8-16KB. The tool warns if you approach typical limits.