mirror of
https://github.com/httpie/cli.git
synced 2025-03-13 14:28:50 +01:00
[refactor] style checker compliace
This commit is contained in:
parent
3ebf8537c2
commit
35f610e0a5
@ -251,7 +251,7 @@ content_types.add_argument(
|
||||
default=False,
|
||||
short_help="Parse and send an HTTP request from a .http file",
|
||||
help="""
|
||||
Parse and send an HTTP request from a file in .http format.
|
||||
Parse and send an HTTP request from a file in .http format.
|
||||
The file should contain a valid HTTP request with headers and body.
|
||||
If this is specified, URL will be treated as a file path.
|
||||
""",
|
||||
|
@ -2,6 +2,7 @@ from __future__ import annotations
|
||||
from dataclasses import dataclass
|
||||
import re
|
||||
|
||||
|
||||
@dataclass
|
||||
class HttpFileRequest:
|
||||
method: str
|
||||
|
Loading…
Reference in New Issue
Block a user