Proxy classes for creating a http server
A simple and objective HTTP utility library for simplified fetch operations
Expo module implementation of a parser based on https://httpwg.org/specs/rfc8941.html
Converts SVG Strokes To Fill.
Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively
Objective-C bridge for Node.js
joi to JSON / OpenAPI Schema Converter
Convert a SVG to multiple image formats (without puppeteer or a headless browser)
a color parsing and manipulation lib served in roughly 2kB
Get an objective-c header file and translate it to equivalent javascript calls
BSV Blockchain Software Development Kit
An extremely fast, React-like JavaScript library for building modern user interfaces
HTTP Request snippet generator for *most* languages
Advanced OData v4 parser for Sequelize.JS with support for $expand, lambda expressions, navigation properties, and complex filters
Extremely robust, fault-tolerant CouchDB changes follower
collection for AST query/manipulation/transformation
Allows to define a value in post of an evaluation of a string whose pattern is like img[srcset]
A tiny script for generating attractive random colors
Give users a great experience best suited to their device and network constraints
joi to JSON Schema Converter
HTTP Request snippet generator for *most* languages
Prints html in the terminal using colors and simple layout to reflect the document structure.
web gl renderer plugin for leaflet
convert a graphql schema to typescript interfaces
Very simple http application framework, no special extras, just the basics. More documentation is coming!
Form objects on steroids for your HTTP API.
Convert Ruby HTTP request and client objects into their equivalent curl command. Useful for debugging and sharing HTTP requests.
Riaktor is a Ruby client and object mapper for Riak (http://riak.basho.com/). It's brand new and probably has bugs, but feel free to try it out.
Wrest is a fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support for RFC2616 HTTP caching, multiple HTTP backends and async calls. It runs on CRuby and JRuby and is in production use at 10 * 🦄 scale.
Help create Collection+JSON hypermedia APIs
Messente enables you to send SMS messages from Ruby applications.
This gem transform the http response into a objects to access with dot instead brakets
The project is a Rack middleware to automatically log a HTTP request to a custom object.
simple object container for ruby
A Ruby client library for accessing CloudKit (http://getcloudkit.com) RESTful repositories using simple Ruby objects.
This is an experimental branch that implements a connection pool of Net::HTTP objects instead of a connection/thread. C/T is fine if you're only using your http threads to make connections but if you use them in child threads then I suspect you will have a thread memory leak. Also, I want to see if I get less connection resets if the most recently used connection is always returned. Also added a :force_retry option that if set to true will retry POST requests as well as idempotent requests. This branch is currently incompatible with the master branch in the following ways: * It doesn't allow you to recreate the Net::HTTP::Persistent object on the fly. This is possible in the master version since all the data is kept in thread local storage. For this version, you should probably create a class instance of the object and use that in your instance methods. * It uses a hash in the initialize method. This was easier for me as I use a HashWithIndifferentAccess created from a YAML file to define my options. This should probably be modified to check the arguments to achieve backwards compatibility. * The method shutdown is unimplemented as I wasn't sure how I should implement it and I don't need it as I do a graceful shutdown from nginx to finish up my connections. For connection issues, I completely recreate a new Net::HTTP instance. I was running into an issue which I suspect is a JRuby bug where an SSL connection that times out would leave the ssl context in a frozen state which would then make that connection unusable so each time that thread handled a connection a 500 error with the exception "TypeError: can't modify frozen". I think Joseph West's fork resolves this issue but I'm paranoid so I recreate the object. Compatibility with the master version could probably be achieved by creating a Strategy wrapper class for GenePool and a separate strategy class with the connection/thread implementation.
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.