Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python HTTP/1.1 Server

[![CI](https://github.com/nipun172006/CnFinalProject/actions/workflows/ci.yml/badge.svg)](https://github.com/nipun172006/CnFinalProject/actions/workflows/ci.yml)
[![CI](https://github.com/nipun172006/python-http-server/actions/workflows/ci.yml/badge.svg)](https://github.com/nipun172006/python-http-server/actions/workflows/ci.yml)

A dependency-free HTTP/1.1 server built directly on Python sockets. The project
demonstrates request parsing, persistent connections, bounded concurrency,
Expand Down
4 changes: 2 additions & 2 deletions resources/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 style="font-size: 20px; margin: 20px 0 10px; color: #333;">Available Downloa
</ul>

<h2 style="font-size: 20px; margin: 20px 0 10px; color: #333;">Project Structure</h2>
<pre class="code">CnFinalProject/
<pre class="code">python-http-server/
├── server.py # Main HTTP server implementation
├── resources/ # Static file directory
│ ├── index.html # Landing page
Expand Down Expand Up @@ -95,4 +95,4 @@ <h2 style="font-size: 20px; margin: 20px 0 10px; color: #333;">Assignment Requir
</main>
<footer class="footer">Server: Multi-threaded HTTP Server</footer>
</body>
</html>
</html>
Loading