mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 09:42:34 +02:00
CopyRequest -> Copy & CopyAs
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -66,6 +66,8 @@ func (pr parsedRequest) fullURL() string {
|
||||
func formatAs(id, raw, scheme string) string {
|
||||
pr := parseRaw(raw, scheme)
|
||||
switch id {
|
||||
case "raw":
|
||||
return raw
|
||||
case "curl":
|
||||
return toCurl(pr)
|
||||
case "python":
|
||||
|
||||
Reference in New Issue
Block a user