0.0.5 • Published 11 years ago

http-pegjs v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

API PEGjs

A collection of PEG parsers for HTTP, API and related syntaxes

Parsers

apiPEG = require 'api-pegjs'

apiPEG.module.parser input

where module.parser can be

  • http
    • version
    • method
    • start_line
    • header_field
    • status_line
    • status_code
    • date
  • httpHeader
    • Tranfer_Encoding
    • TE
    • Host
    • Via
    • Connection
    • Upgrade
    • Content_Type
    • Content_Encoding
    • Content_Language
    • Content_Location
    • Expect
    • Max_Forwards
    • Accept
    • Accept_Charset
    • Accept_Encoding
    • Accept_Language
    • From
    • Referer
    • User_Agent
    • Date
    • Location
    • Retry_After
    • Vary
    • Allow
    • Server
  • uri
  • media_type
  • charset
  • language

License

MIT

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago