class Grip::Controllers::Http
- Grip::Controllers::Http
- Reference
- Object
Included Modules
- Grip::Helpers::Singleton
- HTTP::Handler
Defined in:
grip/controllers/http.crInstance Method Summary
- #call(context : Context) : Context
- #delete(context : Context) : Context
- #get(context : Context) : Context
- #head(context : Context) : Context
- #options(context : Context) : Context
- #patch(context : Context) : Context
- #post(context : Context) : Context
- #put(context : Context) : Context