small fixes
This commit is contained in:
@ -21,6 +21,7 @@ class AsyncHttpRequest implements UsageInformationAble {
|
||||
* Constants
|
||||
*/
|
||||
const CONTENT_TYPE_JSON = 'application/json';
|
||||
const CONTENT_TYPE_UTF8 = 'UTF-8';
|
||||
|
||||
/*
|
||||
* Private properties
|
||||
|
Reference in New Issue
Block a user