File: output

package info (click to toggle)
python-mechanize 1%3A0.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,056 kB
  • ctags: 3,377
  • sloc: python: 23,140; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<POST http://127.0.0.1:8000/cgi-bin/echo.cgi multipart/form-data
  <TextareaControl(blah=)>
  <TextControl(comments=)>
  <CheckboxControl(eggs=[spam])>
  <SelectControl(cheeses=[mozz, caerphilly, gouda, gorgonzola, parmesan, leicester, cheddar, mascarpone, curd, limburger, emmenthal])>
  <CheckboxControl(apples=[pears])>
  <CheckboxControl(whocares=[edam, gouda])>
  <RadioControl(spam=[spam, rhubarb])>
  <RadioControl(smelly=[on])>
  <SelectControl(favorite_cheese=[*cheddar, brie, leicester, jahlsberg])>
  <FileControl(<None>=<No files added>)>>
<html><head><title>Form submission parameters</title></head>
<p>Received parameters:</p>
<pre>
blah: 
favorite_cheese: cheddar
comments: Thanks, Gisle
</pre></html>