davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.96k stars 382 forks source link

httpstat -O should handle Content-Disposition: attachment #57

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

See TODO in main.readResponseBody

jrozner commented 7 years ago

Happy to take this. Are you content with just regexing out the filename or do you want a full DFA to parse the value?

davecheney commented 7 years ago

Regex sounds fine.

On Mon, Sep 26, 2016 at 3:15 AM, Joe Rozner notifications@github.com wrote:

Happy to take this. Are you content with just regexing out the filename or do you want a full DFA to parse the value?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davecheney/httpstat/issues/57#issuecomment-249433739, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAcA5kAoeilUd7TvmKCtX56AdwrtUMTks5qtqxFgaJpZM4KF4Dt .

theckman commented 7 years ago

@jrozner Well, shoot. I just now saw that you called out that you'd take this.