encodeURIComponent with charset
Urlencode body parser middleware for the middy framework
Urlencode path parser middleware for the middy framework
Isomorphic Urlencode Supports GBK Encode
PostCSS plugin to urlencode background svgs
Functionally similar to PHP urlencode and urldecode functions
The [strman](https://github.com/dleitee/strman) method `urlencode` exported as a [Node.js](https://nodejs.org/) module.
This is a tool for converting JSON object to an urlencode string like python's urllib.urlencode() method or decode an url to a JSON object.
wepy urlencode urldecode
Node ackage to encode and decode url-encoded strings from/to every possible encoding
encode object/array to php-like query string
Makes CSS-inlined data:image/xml+svg compatible with Firefox and IE
Functionally similar to PHP urlencode and urldecode functions
A commandline utility to urlencode JSON files
It encodes/decodes `application/x-www-form-urlencoded`.
Grunt task to urlencode, concatenate and wrap JavaScript files to prepare for execution as a bookmarklet.
Tool to urlencode obj or strings
url编码与解码 0.2.1版本修复了解码带‘%’的非url编码文本时会报错的问题
Convert and detect character encoding in JavaScript
Security holding package
Percent-encode a string for use in URLs.
URL Encoder/Decoder is a tool for encoding and decoding URL strings. It converts special characters to percent-encoded format and decodes them back for safe URL transmission.
<p align="left"> <a href="https://emailmaker.ru/" target="blank"><img src="https://emcdn.ru/389992/240402_17_0uOwHpL.png" width="500" alt="EmailMaker" /></a> </p>
URL encoding (percent-encoding) CLI
A CLI utility for URL-encoding or -decoding strings
serde_urlencoded with support for serialization and deserialization of sequences and tuples in comma separated format
`x-www-form-urlencoded` meets Serde
XRPC-flavored serde_urlencoded
A Rust library for doing URL percentage encoding.
A serde crate for www-form-urlencoded data
URL encoded form serialization and deserialization for Shapely types
A Rust library for doing URL percentage encoding.
Product OS : URL Encoding is a derivative of the urlencoding crate restructured for both std and no_std environments.
Decoding middleware for url-encoded data. For use with Iron.
URL-encoded form data serialization and deserialization for Facet types
Easily urlencode fields in serde_dervie types.
Encode from not UTF-8 www-form-urlencoded params to UTF-8 www-form-urlencoded params
This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program.
Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.
Implements a simple URL object supporting object oriented paradigms, basic as-you-expect path joins, and native URLencoding.
# FaradayError [](https://badge.fury.io/rb/faraday_error) A [Faraday](https://github.com/lostisland/faraday) middleware for adding request parameters to your exception tracker. ### Supports - [Honeybadger](https://www.honeybadger.io/) - [NewRelic](http://newrelic.com/) - Your favorite thing, as soon as you make a pull request! ## Installation Add this line to your application's Gemfile: ```ruby gem 'faraday_error' ``` And then execute: $ bundle Or install it yourself as: $ gem install faraday_error ## Usage Configure your Faraday connection to use this middleware. You can optionally specify a name; defaults to `faraday`. It is expected that you also use `Faraday::Response::RaiseError` somewhere in your stack. ```ruby connection = Faraday.new(url: 'http://localhost:4567') do |faraday| faraday.use FaradayError::Middleware, name: "example_request" faraday.use Faraday::Response::RaiseError faraday.adapter Faraday.default_adapter end ``` And that's it. Make a request as you normally would. ```ruby connection.post do |req| req.url '/503' req.headers['Content-Type'] = 'application/json' req.body = JSON.generate(abc: "xyz") end ``` If any request fails, Honeybadger's "context" for this error will include your request parameters. If sending JSON or `application/x-www-form-urlencoded`, these will be included in parsed form. ```json { "example_request": { "method": "post", "url": "http://localhost:4567/503", "request_headers": { "User-Agent": "Faraday v0.9.2", "Content-Type": "application/json" }, "body_length": 13, "body": { "abc": "xyz" } } } ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). The included [RestReflector](../master/spec/rest_reflector.rb) Sinatra app is suitable for making requests that are guaranteed to fail in particlar ways. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/jelder/faraday_error. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.