Implement a Stream/Buffer oriented HTTP parser 
-----------------------------------------------

                 Key: DEFT-186
                 URL: https://issues.apache.org/jira/browse/DEFT-186
             Project: Deft
          Issue Type: New Feature
          Components: Core
    Affects Versions: 0.4.0
            Reporter: Séven Le Mesle
            Assignee: Séven Le Mesle


The new parser should be fast, optimized in memory, and properly implement RFC. 
I suggest building a lexer based on identified HTTP separators (lines, ':', 
...), and a parser working on the token stream to build the request object.
Should it support Chunked-encoding for POST / PUT request ?

How can we handle big files or chunked encoding ? 
Do we need to limit header line size, header count, body size ?
 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to