This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
OWEALs
/
uhttpd
mirror of
https://git.openwrt.org/project/uhttpd.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Branch:
master
Branches
Tags
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Permalink
Lịch sử
Raw
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};