aboutsummaryrefslogtreecommitdiffstats
path: root/template/args.html.ste
blob: 965c06b079b2f66952220be1cc83b2496f0ca4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
	</head>
	<body>
		<h3> List of arguments </h3>
		<ol>
			%MHD_get_connection_values(connection, MHD_GET_ARGUMENT_KIND, &arg_builder, &resp);%
		</ol>
	</body>
</html>