dylan-lang / http

HTTP server and client for Dylan
https://opendylan.org/package/http
MIT License
22 stars 11 forks source link

exporting response-headers; useful for wiki and web-framework #81

Closed rjmacready closed 9 years ago

rjmacready commented 9 years ago

@cgay says that <response> could inherit from <message-headers-mixin>; for now this serves my purposes ...

waywardmonkeys commented 9 years ago

We explicitly made it not inherit from that so that we can have different representations, I think.

waywardmonkeys commented 9 years ago

(This was something that @fracek was involved with me on...)

cgay commented 9 years ago

@waywardmonkeys I guess you guys forgot to leave a comment in the code! :-P