HttpStack.push

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

  1. Token push(cstring content)
    class HttpStack
    final
    push
    (
    cstring content
    )
  2. Token push(Token token)
  3. Token push()

Meta