This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
OWEALs
/
uhttpd
spogulis no
https://git.openwrt.org/project/uhttpd.git
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
34a8a74dbd
Atzari
Tagi
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};