HttpParser.OnReturnType

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

Meta