Module: Kameleoon::Request::Method Private

Defined in:
lib/kameleoon/request.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Constant Summary collapse

GET =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"get"
POST =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"post"