1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

use constants

This commit is contained in:
Batuhan Taskaya
2022-01-13 19:45:16 +03:00
parent fb82f44cd1
commit dc30919893
2 changed files with 15 additions and 8 deletions

View File

@@ -125,3 +125,9 @@ class RequestType(enum.Enum):
FORM = enum.auto()
MULTIPART = enum.auto()
JSON = enum.auto()
OPEN_BRACKET = '['
CLOSE_BRACKET = ']'
BACKSLASH = '\\'
HIGHLIGHTER = '^'