-
Notifications
You must be signed in to change notification settings - Fork 0
My first web server.
tnantoka/hello-httpd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
make ./hello 8080 & telnet 127.0.0.1 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.0 200 OK Content-type: text/html <!DOCTYPE html> <html> <head> <title>test</title> </head> <body> <h1>Hello, httpd!</h1> <p>This is index.html.</p> </body> </html>Connection closed by foreign host.
About
My first web server.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published