HttpStack.push

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

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

Meta