[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1002812: ITP: golang-goji -- minimalistic and flexible HTTP request multiplexer for Go



Package: wnpp
Severity: wishlist
Owner: Anthony Fok <foka@debian.org>

* Package name    : golang-goji
  Version         : 2.0.2-1
  Upstream Author : Goji
* URL             : https://github.com/goji/goji (goji.io)
* License         : Expat
  Programming Lang: Go
  Description     : minimalistic and flexible HTTP request multiplexer for Go

 Goji is a HTTP request multiplexer, similar to net/http.ServeMux.
 It compares incoming requests to a list of registered Patterns
 and dispatches to the http.Handler that corresponds to the first
 matching Pattern.  Goji also supports Middleware (composable shared
 functionality applied to every request) and uses the standard context
 package to store request-scoped values.

Reason for packaging:
 Needed by github.com/charmbracelet/charm

Note: This is a new version of Goji that supersedes github.com/zenazn/goji
      v1.0.1 (packaged for Debian as golang-github-zenazn-goji)


Reply to: