//
pkg.gl
Category
github.com/go-restit/restit/v2
example
example1
package
2.1.0
Repository:
https://github.com/go-restit/restit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
60 SLOC
#
README
Example 1
This example shows how to test a RESTful service with
httptest
.
#
Functions
PostServer
PostServer creates an http.Handler that handles Post.
#
Structs
Post
Post is an implementation of Storable.