Skip to content

jeffdarmawan/go-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-HTTP

This repository is to compare different HTTP libraries in Go. The libraries that are compared are:

  • net/http
  • fasthttp
  • gorilla/mux
  • gin-gonic/gin
  • labstack/echo
  • go-chi/chi

Comparison is done on the basis of ease of use and features, namely:

  • Routing
  • Middleware
  • Error Handling
  • Request and Response

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages