Namespace GCore.Antlr.Grammers.Http
Classes
httpBaseListener
This class provides an empty implementation of IhttpListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
httpBaseVisitor<Result>
This class provides an empty implementation of IhttpVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
httpLexer
httpParser
httpParser.Absolute_pathContext
httpParser.Field_contentContext
httpParser.Field_nameContext
httpParser.Field_valueContext
httpParser.Field_vcharContext
httpParser.Header_fieldContext
httpParser.Http_messageContext
httpParser.Http_nameContext
httpParser.Http_versionContext
httpParser.MethodContext
httpParser.Obs_foldContext
httpParser.Obs_textContext
httpParser.Origin_formContext
httpParser.PcharContext
httpParser.QueryContext
httpParser.Request_lineContext
httpParser.Request_targetContext
httpParser.SegmentContext
httpParser.Start_lineContext
httpParser.Sub_delimsContext
httpParser.TcharContext
httpParser.TokenContext
httpParser.UnreservedContext
httpParser.VCHARContext
Interfaces
IhttpListener
This interface defines a complete listener for a parse tree produced by httpParser.
IhttpVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by httpParser.