package
0.0.0-20240722210210-9e76226ebb64
Repository: https://github.com/stack1ng/tls-client.git
Documentation: pkg.go.dev

# Functions

BuildRequest constructs a HTTP request from a given RequestInput.
BuildResponse constructs a client response from a given HTTP response.
ClearSessionCache empties the client session storage.
CreateClient creates a new client from a given RequestInput.
GetClient returns the client with the given sessionId from the client session storage.
No description provided by the author
RemoveSession deletes the client with the given sessionId from the client session storage.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CustomTlsClient contains custom TLS specifications to construct a client from.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RequestInput is the data a Python client can construct a client and request from.
Response is the response that is sent back to the Python client.
No description provided by the author
No description provided by the author
TransportOptions contains settings for the underlying http transport of the tls client.

# Type aliases

No description provided by the author