public function get_headers( $server ) {
        $headers = array();
        // CONTENT_* headers are not prefixed with HTTP_
        $additional = array( 'CONTENT_LENGTH' => true, 'CONTENT_MD5' => true, 'CONTENT_TYPE' => true );