Skip to content

Commit

Permalink
Adds some docs, refs #34
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Feb 10, 2019
1 parent 5a57b49 commit 9e7c424
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
Perl6 LWP::Simple
LWP::Simple for Perl 6
=================

[![Build Status](https://travis-ci.org/perl6/perl6-lwp-simple.svg?branch=master)](https://travis-ci.org/perl6/perl6-lwp-simple)
Expand All @@ -23,6 +23,17 @@ install [IO::Socket::SSL](https://github.com/sergot/io-socket-ssl) via

if you want to work with `https` too.

Synopsis
========

```perl6
use LWP::Simple;

my $content = get("https://perl6.org");

my $response = post("https://somewhere.topo.st", { so => True }
```


Current status
==============
Expand Down

0 comments on commit 9e7c424

Please sign in to comment.