Contents:
Response
Response.binary
Response.data
Response.raw
Response.status
FSEconomy Server Response
status (int) – HTTP status code sent by the server
data (Any) – data received from the server represented by native Python data types
raw (Union[str, bytes]) – raw data received from the server
Raw data is binary
Data received from the server decoded into native Python data types
Data received from the server as raw string or bytes
HTTP status code sent by the server