constants.go 124 B

1234567
  1. package controllers
  2. // POST is the HTTP POST method.
  3. const POST = "POST"
  4. // GET is the HTTP GET method.
  5. const GET = "GET"