You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/05/01 02:58:15 UTC

post 1.2 proposed api additions

promote_subreq( request_req *r, request_req *subr )

    based on the code that we've tuned in mod_negotiation.  I think we can
    make a generalized promote_subreq function... I hope we can.

char *htmlize_ascii( pool *p, const char *ascii )
    return htmlized ascii text.  It is necessary to escape <, >, and &.
    Should be used by mod_info, mod_status, mod_dir.

int is_main_request( request_req *r )
    Roy's version.