File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ pip install apimatic-core
6969## HTTP
7070| Name | Description |
7171| ---------------------------------------------------------------------------------------------| -------------------------------------------------------------|
72- | [ ` HttpCallBack ` ] ( apimatic_core/http/http_callback.py ) | A factory class to create an HTTP Response |
73- | [ ` HttpRequest ` ] ( apimatic_core/http/request/http_request.py ) | A class which contains information about the HTTP Response |
74- | [ ` ApiResponse ` ] ( apimatic_core/http/response/api_response.py ) | A wrapper class for Api Response |
72+ | [ ` HttpCallBack ` ] ( apimatic_core/http/http_callback.py ) | A class to register hooks for the API request and response |
73+ | [ ` HttpRequest ` ] ( apimatic_core/http/request/http_request.py ) | A class which contains information about the HTTP Request |
74+ | [ ` ApiResponse ` ] ( apimatic_core/http/response/api_response.py ) | A wrapper class for the complete Http Response including raw body and headers etc. |
7575| [ ` HttpResponse ` ] ( apimatic_core/http/response/http_response.py ) | A class which contains information about the HTTP Response |
7676
7777## Logging Configuration
You can’t perform that action at this time.
0 commit comments