Class QuotedCSVParser

java.lang.Object
org.eclipse.jetty.http.QuotedCSVParser
Direct Known Subclasses:
QuotedCSV

public abstract class QuotedCSVParser extends Object
Implements a quoted comma-separated list parser in accordance with RFC9110 section 5.5 and RFC9110 section 5.6. OWS is removed and quoted characters ignored for parsing.
See Also:
  • "https://datatracker.ietf.org/doc/html/rfc9110#section-5.5"
  • "https://datatracker.ietf.org/doc/html/rfc9110#section-5.6"