mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 01:32:33 +02:00
[37mfeat: add HTTPie export format in copy-as[0m
[37m- New toHTTPie() function builds an httpie command from raw request[0m [37m- Added "httpie" case in formatAs() switch[0m [37m- Uses util.ParseRawRequest; model lists httpie as a selectable format[0m [37mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>[0m
This commit is contained in:
@@ -46,6 +46,7 @@ var allFormats = []list.Item{
|
||||
formatItem{"ffuf", "FFUF", "web fuzzer: FUZZ in query string"},
|
||||
formatItem{"markdown", "Markdown", "formatted for documentation"},
|
||||
formatItem{"har", "HAR", "HTTP Archive (JSON)"},
|
||||
formatItem{"httpie", "HTTPie", "HTTPie command line client"},
|
||||
}
|
||||
|
||||
type Model struct {
|
||||
|
||||
Reference in New Issue
Block a user