private function sendAllowHeadersForArtifactFiles()
 {
     Header::allowOptionsGetPost();
     $this->sendSizeHeaders();
 }
Example #2
0
 /**
  * @url OPTIONS
  *
  * <pre>
  * /!\ Kanban REST routes are under construction and subject to changes /!\
  * </pre>
  */
 public function options()
 {
     Header::allowOptionsGetPost();
 }
 private function sendAllowHeadersForArtifactFiles()
 {
     Header::allowOptionsGetPost();
     Header::sendMaxFileChunkSizeHeaders(FileManager::getMaximumChunkSize());
 }