Rev 880 | 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'; } ?>
<?php
class EnteteHttp {
public $code = RestServeur::HTTP_CODE_OK;
public $encodage = 'utf-8';
public $mime = 'application/json';
}
?>