AAS HTTP Client Documentation
Loading...
Searching...
No Matches
http_helper.py File Reference

Go to the source code of this file.

Namespaces

namespace  aas_http_client
 
namespace  aas_http_client.utilities
 
namespace  aas_http_client.utilities.http_helper
 

Functions

 aas_http_client.utilities.http_helper.log_response (Response response, int log_level=logging.ERROR)
 Extracts and logs error messages from an HTTP response.
 

Variables

 aas_http_client.utilities.http_helper._logger
 
int aas_http_client.utilities.http_helper.STATUS_CODE_200 = 200
 
int aas_http_client.utilities.http_helper.STATUS_CODE_201 = 201
 
int aas_http_client.utilities.http_helper.STATUS_CODE_202 = 202
 
int aas_http_client.utilities.http_helper.STATUS_CODE_204 = 204
 
int aas_http_client.utilities.http_helper.STATUS_CODE_404 = 404