diff options
Diffstat (limited to 'www/p5-HTTP-Request-Form/DESCR')
-rw-r--r-- | www/p5-HTTP-Request-Form/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-HTTP-Request-Form/DESCR b/www/p5-HTTP-Request-Form/DESCR new file mode 100644 index 00000000000..58bf5bf0182 --- /dev/null +++ b/www/p5-HTTP-Request-Form/DESCR @@ -0,0 +1,8 @@ +This is an extension of the HTTP::Request suite. It allows easy +processing of forms in a user agent by filling out fields, +querying fields, selections and buttons and pressing buttons. It +uses HTML::TreeBuilder generated parse trees of documents +(especially the forms parts extracted with extract_links) and +generates its own internal representation of forms from which +it then generates the request objects to process the form +application. |