Client
The client that connects to a Server and sends requests to it
Parameters
host
: The address for the server (the default host is127.0.0.1
and you don't wanna change this in most cases).secret_key
: This string will be used as authentication password while making requests.standard_port
: The port to run the standard server (the default is1025
).multicast_port
: The port to run the multicasting server (the default is20000
).do_multicast
: Should the client perform standard or multicast connection (this is enable by default)
Functions
request
Makes a request to the server URL
adding data to the request is done by keyword arguments
coroutine
Last updated