Skip to content

Dhairya-Arora01/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP

Overview

http, is an HTTP server implementation from scratch written in Go. It aims to provide a foundational understanding of HTTP server internals by building core components without relying on external frameworks.

Getting Started

Prerequisite

  • Go installed (version as specified in go.mod)

Clone the repository

git clone https://github.com/Dhairya-Arora01/http.git
cd http

Run the example

go run example/cmd/main.go

Usage

  • The server can be started from the command line and will listen for HTTP requests on the configured port.
  • Example usage and configuration can be found in the example/ directory.

Contact

For questions or contributions, please open an issue or submit a pull request on GitHub.

About

An HTTP server implementation from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages