public class ExternalContentHandling extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COPY
Requests that the server dereference the external content URI and treat that as if
it were the entity body of the request.
|
static String |
PROXY
Requests that the server record the location of the external content and handle
requests for that content by proxying.
|
static String |
REDIRECT
Requests that the server record the location of the external content and handle
requests for that content using HTTP redirect responses with the Content-Location
header specifying the external content location
|
public static final String COPY
public static final String REDIRECT
public static final String PROXY
Copyright © 2013–2019 DuraSpace, Inc.. All rights reserved.