This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
OWEALs
/
uhttpd
mirror da
https://git.openwrt.org/project/uhttpd.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
openwrt-19.07
uhttpd
/
examples
/
ucode
/
handler.uc
handler.uc
96 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
{%
'use strict';
global.handle_request = function(env) {
include("dump-env.uc", { env });
};