Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 110 | Blame | Compare with Previous | Last modification | View Log | RSS feed

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