small fixes

This commit is contained in:
kremsy
2017-03-29 20:38:46 +02:00
parent b5d63d796d
commit 6eef55df6d
3 changed files with 12 additions and 7 deletions

View File

@ -21,6 +21,7 @@ class AsyncHttpRequest implements UsageInformationAble {
* Constants
*/
const CONTENT_TYPE_JSON = 'application/json';
const CONTENT_TYPE_UTF8 = 'UTF-8';
/*
* Private properties