Changeset 20 in Main for trunk/Module/mod_example.c


Ignore:
Timestamp:
Sep 14, 2024, 6:59:15 PM (2 months ago)
Author:
Nishi
Message:

can show index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/mod_example.c

    r18 r20  
    88        return 0;
    99}
     10
     11int mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { return TW_MODULE_ERROR(403); }
Note: See TracChangeset for help on using the changeset viewer.