Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

go-rs/body-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middleware: Request Body Parser

How to use?

var api = rest.New("/")

api.Use(bodyparser.JSON(memorySize int64))


// To get body
ctx.Body

About

Request body parser, JSON, XML etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages