Searched refs:CONTENT_DISPOSITION_REGEX (Results 1 – 1 of 1) sorted by relevance
521 …private static final String CONTENT_DISPOSITION_REGEX = "([ |\t]*Content-Disposition[ |\t]*:)(.*)"; field in NanoHTTPD523 …tic final Pattern CONTENT_DISPOSITION_PATTERN = Pattern.compile(CONTENT_DISPOSITION_REGEX, Pattern…