first commit
This commit is contained in:
16
lib/Http/ContentType.php
Normal file
16
lib/Http/ContentType.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Http;
|
||||
|
||||
class ContentType
|
||||
{
|
||||
|
||||
const APPLICATION_FORM_URLENCODED = "application/x-www-form-urlencoded";
|
||||
|
||||
const APPLICATION_JSON = "application/json";
|
||||
|
||||
const APPLICATION_OCTET_STREAM = "application/octet-stream";
|
||||
|
||||
const MULTIPART_FORM_DATA = "multipart/form-data";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user