HttpParser.OnReturnType

Undocumented in source.
  1. alias OnReturnType = Flag!"stop"
    template HttpParser(H)
    static if(H.SupportCallbackStop)
    alias OnReturnType = Flag!"stop"
  2. alias OnReturnType = void

Meta