view cmn/urispace/mapping.pl @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents 9e70cd92f14e
children
line wrap: on
line source
:- module(mapping,[
		see_other_rdf/2
	,	see_other/2
	]).

/**
 * See other when Accept: application/rdf+xml 
 * is in the request header
 */
:- multifile see_other_rdf/2.

/**
 * See other, default behavior
 */
:- multifile see_other/2.