Skip to content

StuartsHome/http_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

HTTP server starts on port 8080.

The server accepts requests on the default route.

The port can be modified in the file: main.go

How to run

To build and run a binary http_server:

make run

Example request

> curl localhost:8080
User-Agent header needs to contain a value larger than 40 bytes, current value is of 10 bytes, curl/8.7.1

How to test

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published