Skip to content

[Bug]: Bytes body #45 #51

Description

@2516455367

TLS Requests version

v1.0.8

Issue description

Unable to commit bytes

Steps to reproduce / Code Sample

        response = tls_requests.post(
            url,
            headers=headers,
            data=bytes_body,  # your bytes body
            http2=True,
            tls_identifier="chrome_124",
            proxy=self.proxies,
            verify=False,
            timeout=30.0,
            isByteRequest=True,
            isByteResponse=True
        )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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