You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# httpkit
1
+
# Httpea
2
2
3
-
Httpkit is an abstraction library which provides a set of classes that represent different parts of the http communication process. These classes can be used to build custom http clients and servers, or to extend existing ones.
3
+
Httpea is an abstraction library which provides a set of classes that represent different parts of the http communication process. These classes can be used to build custom http clients and servers, or to extend existing ones.
4
4
5
5
The idea behind this library is to provide an interface for manipulating http requests and responses in a way that is easy to use and understand.
6
6
@@ -14,14 +14,14 @@ The idea behind this library is to provide an interface for manipulating http re
14
14
15
15
## Installation
16
16
17
-
You can install httpkit using pip:
17
+
You can install Httpea using pip:
18
18
```bash
19
-
pip install httpkit
19
+
pip install httpea
20
20
```
21
21
22
22
,or with poetry:
23
23
```bash
24
-
poetry add httpkit
24
+
poetry add httpea
25
25
```
26
26
27
27
## Usage
@@ -33,7 +33,7 @@ This is an example guide of how basic usage of the library looks like. More deta
33
33
HttpRequest objects can be compared, they support query string parsing, cookies, headers and body parsing, including multipart body parsing.
0 commit comments