Sha256: 4a1a9c26c66972873853511948a183734f1e83f055caa39f26f100d7f01abc59

Contents?: true

Size: 692 Bytes

Versions: 1

Compression:

Stored size: 692 Bytes

Contents

# Excon::Addressable

Sets [Addressable][] as the default URI parser. Supports parsing [templated uris][].

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'excon-addressable'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install excon-addressable

## Usage

```ruby
conn = Excon.new('http://www.example.com/{uid}', expand: { uid: 'hello' })
conn.request.path # => '/hello'
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

[Addressable]: https://github.com/sporkmonger/addressable
[templated uris]: https://github.com/sporkmonger/addressable#uri-templates

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
excon-addressable-0.1.0 README.md