gorest

module
v2.14.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2017 License: BSD-3-Clause

README

Tideland Go REST Server Library

Description

The Tideland Go REST Server Library 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. ;)

GoDoc Sourcegraph Go Report Card

Version

Version 2.14.0

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.

Directories

Path Synopsis
Package handlers of the Tideland Go REST Server Library implements some initial resource handlers to integrate into own solutions.
Package handlers of the Tideland Go REST Server Library implements some initial resource handlers to integrate into own solutions.
Package jwt of the Tideland Go REST Server Library provides the generation, verification, and analyzing of JSON Web Tokens.
Package jwt of the Tideland Go REST Server Library provides the generation, verification, and analyzing of JSON Web Tokens.
Package request of the Tideland Go REST Server Library provides a simple way to handle cross-server requests in the Tideland REST ecosystem.
Package request of the Tideland Go REST Server Library provides a simple way to handle cross-server requests in the Tideland REST ecosystem.
Package rest of the Tideland Go REST Server Library provides types for the implementation of servers with a RESTful API.
Package rest of the Tideland Go REST Server Library provides types for the implementation of servers with a RESTful API.
Package restaudit of the Tideland Go REST Server Library is a little helper package for the unit testing of the rest package and the resource handlers.
Package restaudit of the Tideland Go REST Server Library is a little helper package for the unit testing of the rest package and the resource handlers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL