|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-03-15 04:37 UTC] jgirouard at macrowerx dot com
I would like the ability send raw headers to Apache or web client, or at least to delete headers before they are sent to the client. As a developer, it is important to me to have the freedom to determine which headers I need for my particular application. Having the Content-Type header forced on me is really throwing a wrench in my project. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 18:00:01 2025 UTC |
No, I experimented with the header() function, but it does not do what I need unless there is something about header() that is not documented. I need to be able to completely do away with all the conventional headers. Something along the lines of header_delete("Content-Type") would be great! :) I guess what I'm looking for is a mod_php4 equivalent of the -q switch in the command line version of php.