Skip to content

[Bug]: Bytes body #45

@0xitaliandream

Description

@0xitaliandream

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions