mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
8 lines
124 B
Go
8 lines
124 B
Go
package controllers
|
|||
|
|||
// POST is the HTTP POST method.
|
|||
const POST = "POST"
|
|||
|
|||
// GET is the HTTP GET method.
|
|||
const GET = "GET"
|