tjbush / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

delete_response_header? #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It might be worth adding a function in mochiweb_headers to delete a header
entry.  Right now I think that there's no way to do it using the provided
API without dumping to a list and creating a new headers struct from a
pruned copy of that list.  (which I currently do)

Original issue reported on code.google.com by justin.s...@gmail.com on 2 Feb 2009 at 3:01

GoogleCodeExporter commented 8 years ago
mochiweb_headers:delete_any/2 r95

Original comment by bob.ippo...@gmail.com on 16 Feb 2009 at 7:36