Software /
code /
prosody
Log
net/http/server.lua @ 4704:d6c4e58333cf
description | author | age |
---|---|---|
net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them | Matthew Wild | Thu, 26 Apr 2012 06:47:17 +0100 |
net.http.server: Fix to compare priority if path lengths are the same (logic fail) | Matthew Wild | Thu, 26 Apr 2012 04:24:43 +0100 |
net.http.server: Support for on_destroy callback on response objects, and a 'finished' flag to say when they are destroyed (responded to or connection closed) | Matthew Wild | Wed, 25 Apr 2012 23:08:33 +0100 |
net.http.server: Small fix to comment | Matthew Wild | Wed, 25 Apr 2012 15:02:27 +0100 |
net.http.server: Remove legacy compatibility | Matthew Wild | Wed, 25 Apr 2012 14:58:10 +0100 |
net.http.server: Handle results returned by handlers, and send as a response. Also removes explicit firing of '*', which can now be done via wildcard events. | Matthew Wild | Tue, 24 Apr 2012 19:07:12 +0100 |