Skip to content

dereulenspiegel/coap-mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coap-mux Build Status Coverage Status GoDoc

This package provides basic support for routing based on path and method for CoAP server. This library is heavily inspired by mux.

Installation

go get github.com/dereulenspiegel/coap-mux

Usage

Create a new router with NewRouter() and add routes with NewRoute(), Handle(path, handler) or Path(string). The returned route object can be configured further.

About

Simple mux vor CoAP servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages