1
0
Fork 0
net.http and fasthttp related utility functions.
Go to file
Sangbum Kim b1eb82e1b9 initial commit 2022-03-25 06:06:43 +09:00
client initial commit 2022-03-25 06:06:43 +09:00
middleware initial commit 2022-03-25 06:06:43 +09:00
routing initial commit 2022-03-25 06:06:43 +09:00
serve initial commit 2022-03-25 06:06:43 +09:00
.gitignore initial commit 2022-03-25 06:06:43 +09:00
LICENSE initial commit 2022-03-25 06:06:43 +09:00
README.md initial commit 2022-03-25 06:06:43 +09:00
cookie.go initial commit 2022-03-25 06:06:43 +09:00
cookie_fasthttp.go initial commit 2022-03-25 06:06:43 +09:00
encodings.go initial commit 2022-03-25 06:06:43 +09:00
go.mod initial commit 2022-03-25 06:06:43 +09:00
index.go initial commit 2022-03-25 06:06:43 +09:00
json.go initial commit 2022-03-25 06:06:43 +09:00
status_resp.go initial commit 2022-03-25 06:06:43 +09:00

README.md

eighty

GoDoc Go Report

Description

net.http and fasthttp related utility functions.

Requirements

Go 1.5 or above.

Installation

Run the following command to install the package:

go get amuz.es/src/go/eighty

Getting Started

TBD