Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 737 Bytes

File metadata and controls

27 lines (17 loc) · 737 Bytes

HTTP Utilities

Internal HTTP utility functions for Box API interactions.

Overview

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.

Common Utilities

The module includes:

  • HTTP request formatting
  • Response parsing
  • Error handling for HTTP operations
  • Request retry logic
  • Connection management

Usage

These utilities are used internally by other modules and typically don't need to be called directly by users.

Related Modules

  • box_api_util_http.py - HTTP utilities
  • box_api_util_generic.py - Generic utilities
  • box_api_util_classes.py - Utility classes