Loading
feat(http): add HTTP caching option to CLI and download functions
* Introduced HttpCacheOption in CLI for enabling/disabling HTTP caching. * Updated crawl_tdocs function to accept http_cache_enabled parameter. * Modified download_to_file and create_cached_session functions to handle caching based on the new parameter. * Default caching behavior is now configurable via environment variable or CLI option.