Skip to content

Commit efea114

Browse files
Update README.md
1 parent b9018ec commit efea114

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)