Commit Graph

21 Commits (01e8004bf637a42eaf94174cb809f7b459517194)

Author SHA1 Message Date
Paul Aurich a5dcc1d8c6 Disable SSLv2 by default, it's known to be insecure. 16 years ago
Matthew Wild b74d2847c0 net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types 16 years ago
Matthew Wild 18ecc84111 net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leak 16 years ago
Matthew Wild d4b704023a net.httpserver: Pass on interface option from new_from_config() (thanks Chris) 16 years ago
Matthew Wild 6265a85de2 net.httpserver: Allow modules registering to provide more than just a default path when using httpserver.new_from_config 16 years ago
Matthew Wild 322ae8a3c5 net.httpserver: Allow overriding default request handler 17 years ago
Matthew Wild fcfb1213d2 net.httpserver: Don't log response bodies! 17 years ago
Matthew Wild 954ab72536 net.httpserver: Allow response.body to be a non-string 17 years ago
Matthew Wild e37a04496d net.httpserver: Reduce log level of 'request left open' message 17 years ago
Matthew Wild cef5dd4ef6 net.httpserver: Allow specification of the default base URL when using new_from_config() 17 years ago
Matthew Wild 9b42931a18 net.httpserver: Add helper function to set up HTTP server according to given config options 17 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Matthew Wild 0e37b231f2 net.httpserver: Don't upset logger when response is nil 17 years ago
Matthew Wild 964ee27096 net.httpserver: Fix for urlencoding to always produce 2 digits 17 years ago
Matthew Wild ef5e994b1f net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) 17 years ago
Matthew Wild d6b19a1b1b net.httpserver: Fix traceback when sending response to a destroyed request 17 years ago
Matthew Wild 37db6110c3 net.httpserver: Don't log the response body (can be binary data...) 17 years ago
Matthew Wild b46533a889 net.httpserver: Fix potential nil access 17 years ago
Matthew Wild ca374d38e7 net.httpserver: Fix potential nil access 17 years ago
Matthew Wild 08a1dbd27f net.httpserver: Don't log that a request has been left open if it is destroyed 17 years ago
Matthew Wild e50d22fcc4 core.httpserver: Rename request.responseheaders to the more logical request.headers 17 years ago
Matthew Wild 6f71936ac3 Adding initial net.httpserver (lots of work to do on it) 17 years ago