You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Gerd König <ko...@transporeon.com> on 2003/04/15 11:57:29 UTC

Apache 2: setzen des Content_Encoding

Hallo,

wie kann ich innerhalb meines c++-Moduls den Wert für Content_Encoding
setzen ?

In Apache 1.3.xx gings so:
r->content_type = "text/plain";
r->content_encoding = "base64";

Für Apache 2.0.xx hab ich bisher nur dies gefunden:
ap_set_content_type(r, "text/plain");
...aber wie setze ich nun das Encoding ?


danke für jegliche Hilfe

..:GERD:..


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------