-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
TLS Requests version
1.0
Issue description
How can I send bytes body like protobuf ?
body = login_request.SerializeToString()
response = tls_requests.post(
URL,
headers=HEADERS,
data=body,
http2=True,
tls_identifier=TLS_IDENTIFIER,
proxy=proxy_url,
verify=False,
timeout=30.0
)
this is not worling
Steps to reproduce / Code Sample
.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working