Internal HTTP utility functions for Box API interactions.
This module provides HTTP-related utility functions for making API requests, handling responses, and managing HTTP operations. These utilities ensure consistent HTTP handling across all API calls.
The module includes:
- HTTP request formatting
- Response parsing
- Error handling for HTTP operations
- Request retry logic
- Connection management
These utilities are used internally by other modules and typically don't need to be called directly by users.
box_api_util_http.py- HTTP utilitiesbox_api_util_generic.py- Generic utilitiesbox_api_util_classes.py- Utility classes