Skip to content

Commit ee80a08

Browse files
Update README.md
1 parent 77dee89 commit ee80a08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ does that exactly. But remember, data will always end as bytes.
1616
So, everything can be processed by a computer as long as the
1717
programmer can represent the data as bytes.
1818

19-
This custom server only accepts GET request by browsers and
20-
you can further enhance it by adding implementation for other
21-
HTTP methods. And since this is a webserver, we want also to have
22-
port 80, but then again, you can easily change that in the main method.
23-
2419
Remember that both servers and
2520
browsers can pass data to one another, but typically a browser will always
2621
initiate the connection while the server is just always waiting for a connection.
@@ -37,6 +32,8 @@ a computer can only understand the presence or absence of an electrical pulse: t
3732
is, again, represented as 0 and 1. For today, of course, typical users will hate seeing
3833
0s and 1s so programmers do the abstraction.
3934

35+
This server is enabled for GET and POST methods. Please see the instructions.
36+
4037
## Q&A
4138

4239
If you have questions, please feel free to ask me:
@@ -77,6 +74,9 @@ have its own folder, then inside that folder is the default page
7774
`index.html`, then you can create subfolder, in my case,
7875
`data` and you can put files there to be serve by this webserver.
7976

77+
And there is the form sample to post. When you click `add record`,
78+
the data will be sent as POST.
79+
8080
## Contributing
8181

8282
1. Fork it!

0 commit comments

Comments
 (0)