Home
last modified time | relevance | path

Searched refs:CONTENT_DISPOSITION_REGEX (Results 1 – 1 of 1) sorted by relevance

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java521 …private static final String CONTENT_DISPOSITION_REGEX = "([ |\t]*Content-Disposition[ |\t]*:)(.*)"; field in NanoHTTPD
523 …tic final Pattern CONTENT_DISPOSITION_PATTERN = Pattern.compile(CONTENT_DISPOSITION_REGEX, Pattern…