Skip to content

tideland/gorest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tideland GoREST

Description

Tideland GoREST helps developing RESTful server systems. It provides a convenient mapping of URL to handlers and methods specific to the called HTTP method. Additionally there are helpers for marshalling and unmarshalling.

The library earlier has been known as web package of the Tideland Go Library.

I hope you like it. ;)

GitHub release GitHub license GoDoc Sourcegraph Go Report Card

Version

Version 2.15.5

Packages

REST

RESTful web request handling.

Request

Convenient client requests to RESTful web services.

Handlers

Some general purpose handlers for the library.

JSON Web Token

JWT package for secure authentication and information exchange like claims.

REST Audit

Helpers for the unit tests of the Go REST Server Library.

Contributors

License

Tideland Go REST Server Library is distributed under the terms of the BSD 3-Clause license.