Skip to content

SardorMS/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http

Simple basic http package. Мanual implementation of HTTP handler for the server.

Install

  1. To install this module into your go.mod file use:
$go get github.com/SardorMS/http
  1. To start the local web server use:
go run main.go

Examples:

GET http://127.0.0.1:9999/category7/1?query=hi HTTP/1.1

{
    "Hello Everybody. My name is John."
}

About

HTTP packager (parser implementations)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published