perl6/perl6-lwp-simple

Name: perl6-lwp-simple

Owner: Perl 6

Description: LWP::Simple quick & dirty implementation for Rakudo Perl 6

Created: 2015-12-24 19:06:00.0

Updated: 2018-05-24 18:48:21.0

Pushed: 2018-05-24 18:48:20.0

Homepage: http://www.streppone.it/cosimo/blog/tag/LWP::Simple/

Size: 133

Language: Perl 6

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

At this point, it is recommended that you use HTTP::UserAgent instead.

Perl6 LWP::Simple

Build Status

http://github.com/perl6/perl6-lwp-simple/

This is a quick & dirty implementation of a LWP::Simple clone for Rakudo Perl 6.

Since Perl 6 is a bit new, this LWP::Simple does both get and post requests.

Dependencies

LWP::Simple depends on the modules MIME::Base64 and URI, which you can find at http://modules.perl6.org/

Current status

As of 2011-04-22, runs with all recent rakudo builds. It correctly follows redirects, but no infinite redirects detection yet.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.