Skip to content

Commit 3d21985

Browse files
Correct typo in README.md (#300)
Correct typo on line 70: "format a" to "formats"
1 parent b32aac6 commit 3d21985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The mission of this library is to support all possible HTTP features directly an
6767
The library is supposed to work transparently for the client Implementing the business logic and using the library itself to realize an interface.
6868
If the user wants it must be able to change every behavior of the library itself through the registration of callbacks.
6969

70-
libhttpserver is able to decode certain body format a and automatically format them in object oriented fashion. This is true for query arguments and for *POST* and *PUT* requests bodies if *application/x-www-form-urlencoded* or *multipart/form-data* header are passed.
70+
libhttpserver is able to decode certain body formats and automatically format them in object oriented fashion. This is true for query arguments and for *POST* and *PUT* requests bodies if *application/x-www-form-urlencoded* or *multipart/form-data* header are passed.
7171

7272
All functions are guaranteed to be completely reentrant and thread-safe (unless differently specified).
7373
Additionally, clients can specify resource limits on the overall number of connections, number of connections per IP address and memory used per connection to avoid resource exhaustion.

0 commit comments

Comments
 (0)