Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Latest commit

 

History

History
62 lines (46 loc) · 1.27 KB

hip.util.rst

File metadata and controls

62 lines (46 loc) · 1.27 KB

hip.util package

Useful methods for working with httplib, completely decoupled from code specific to Hip.

At the very core, just like its predecessors, hip is built on top of httplib -- the lowest level HTTP library included in the Python standard library.

To aid the limited functionality of the httplib module, hip provides various helper methods which are used with the higher level components but can also be used independently.

hip.util.connection module

hip.util.connection

hip.util.request module

hip.util.request

hip.util.retry module

hip.util.retry

hip.util.timeout module

hip.util.timeout

hip.util.url module

hip.util.url

Module contents

hip.util