module Grape::Middleware::Helpers

Common methods for all types of Grape middleware

Public Instance Methods

context() click to toggle source
# File lib/grape/middleware/helpers.rb, line 7
def context
  env[Grape::Env::API_ENDPOINT]
end