HttpStack.push

Push a new token onto the stack, and set it content to be that of the specified token. Returns the new Token.

  1. Token push(const(char)[] content)
  2. Token push(Token token)
    class HttpStack
    final
    push
    ()
  3. Token push()

Meta