JuliaWeb / HttpParser.jl

Deprecated! Julia wrapper for joyent/http-parser
MIT License
13 stars 37 forks source link

Show Parser could be a more informative #35

Closed hayd closed 9 years ago

hayd commented 9 years ago

Currently it simply prints HttpParser, which doesn't seem very useful:

function show(io::IO,p::Parser)
    print(io,"HttpParser")
end

https://github.com/JuliaWeb/HttpParser.jl/blob/73395951134d3c9f3499367427de590d901d1636/src/HttpParser.jl#L81

wildart commented 9 years ago

What do you suggest to show?