in reply to How to use Http::Daemon to send images?

send_file_response appears to use LWP::MediaType's guess_media_type method to determine the MIME type. If that's not responding accurately, then you can probably use that module's methods to adjust the result, or you can send back a complete HTTP::Response with send_response instead.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: How to use Http::Daemon to send images?