http_fist_input.html 224 B

123456
  1. <form method="post">
  2. <input type="hidden" name="uuid" value="123"/>
  3. <input type="hidden" name="ant_target" value="http_first_output"/>
  4. Text<input type="text" name="text" />
  5. <input type="submit" />
  6. </form>