class FrozenLayer::GraphqlCache::ProxyController

Defined in:

frozen_layer/graphql_cache/controllers/proxy_controller.cr

Class Method Summary

Instance Method Summary

Class methods inherited from class FrozenLayer::BaseController

instance instance

Class Method Detail

def self.instance #

[View source]

Instance Method Detail

def delete(ctx : Context) #

[View source]
def get(ctx : Context) #

[View source]
def options(ctx : Context) #

[View source]
def patch(ctx : Context) #

[View source]
def post(ctx : Context) #

[View source]
def put(ctx : Context) #

[View source]