guibranco/Pancake

View on GitHub
src/Constants.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace GuiBranco\Pancake;

class Constants
{
    public const USER_AGENT_VENDOR = "Pancake/0.11 (+https://github.com/guibranco/pancake)";

    public const USER_AGENT_HEADER = "User-Agent: Pancake/0.11 (+https://github.com/guibranco/pancake)";

    public const CONTENT_TYPE_JSON_HEADER = "Content-Type: application/json; charset=utf-8";
}