class Grip::Controllers::Http
- Grip::Controllers::Http
- Grip::Controllers::Base
- Reference
- Object
Included Modules
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