Subversion Repositories eFlore/Applications.moissonnage

Rev

Blame | Last modification | View Log | RSS feed

<?php
class EnteteHttp {
        public $code = RestServeur::HTTP_CODE_OK;
        public $encodage = 'utf-8';
        public $mime = 'application/json';
}
?>