Go Lang | REST Services
Contribution towards Go Lang REST Services like REST API Framework, middlewares, other modules, etc
Pinned Repositories
async
Perform multiple asynchronous tasks concurrently.
body-parser
Request body parser, JSON, XML etc
compression
Added gzip compression mechanism for response payload.
cookie
Cookie helper for REST API framework
cors
Cors requests support in REST API framework
crypto
Text encryption and description, using various mechanisms like AES-GCM, AES-CBC, etc
method-override
Middleware for override request methods in REST API framework
ordered-json
A fork of the https://gitlab.com/c0b/go-ordered-json package to support atomic access
parser
Use to parse data. As well as, it reads file and parse data. Commonly use to read config file, messages etc in application.
rest-api-framework
REST API framework for go lang
Go Lang | REST Services's Repositories
go-rs/rest-api-framework
REST API framework for go lang
go-rs/async
Perform multiple asynchronous tasks concurrently.
go-rs/body-parser
Request body parser, JSON, XML etc
go-rs/compression
Added gzip compression mechanism for response payload.
go-rs/cookie
Cookie helper for REST API framework
go-rs/cors
Cors requests support in REST API framework
go-rs/crypto
Text encryption and description, using various mechanisms like AES-GCM, AES-CBC, etc
go-rs/method-override
Middleware for override request methods in REST API framework
go-rs/ordered-json
A fork of the https://gitlab.com/c0b/go-ordered-json package to support atomic access
go-rs/parser
Use to parse data. As well as, it reads file and parse data. Commonly use to read config file, messages etc in application.