Coder Social home page Coder Social logo

http's Introduction

HTTP

A http server built in Go that's capable of handling GET/POST requests, serving files, gzip compression and handling multiple concurrent connections.

Requirements

go v1.22

Makefile

To simplify the build and run process, you can use the following Makefile commands:

make all - test and build the application

make build - build the application and output the executable into /dist

make run - build and run the application

make fmt - format the codebase with go fmt

make test - run the unit tests

Docker

To build and run the HTTP server using Docker, you can use the following commands:

make docker-build - build the docker image

make docker-run - run the image exposed on port 8080

Usage

curl -v GET http://localhost:4221/ - get a 200 response

curl -v GET http://localhost:4221/notfound - get a 404 response

curl -v http://localhost:4221/echo/hello - get a response body

curl -v http://localhost:4221/user-agent - get the request headers

curl -v GET http://localhost:4221/files/non-existent - get a file (need to create the folder first)

curl -v POST http://localhost:4221/files/README.md - post a file

http's People

Contributors

joegrn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.