webmock
Request stubber
A library that enables stubbing and setting expectations on HTTP requests in Ruby applications
Library for stubbing and setting expectations on HTTP requests in Ruby.
4k stars
46 watching
555 forks
Language: Ruby
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,011 |
jwt/ruby-jwt | A Ruby implementation of the RFC 7519 standard for secure token-based authentication | 3,600 |
rack/rack | A modular Ruby web server interface providing a simple and adaptable way to develop web applications. | 4,928 |
tuwilof/fitting | Automates testing and validation of API documentation in Ruby on Rails applications using RSpec, WebMock, and API Blueprint/OpenAPI standards. | 60 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,696 |
jnunemaker/httparty | Makes HTTP requests easier to work with in Ruby | 5,810 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
igrigorik/em-http-request | An asynchronous HTTP client library built on top of EventMachine for Ruby, providing support for various HTTP protocols and features. | 1,219 |
voltrb/volt | A Ruby web framework that allows code to run on both the server and client sides | 3,218 |
zombocom/derailed_benchmarks | Tools for measuring and optimizing the performance of Ruby on Rails applications | 2,965 |
eventmachine/eventmachine | A fast and simple event-processing library for Ruby programs allowing concurrent I/O operations without threading complexities. | 4,260 |
ring-clojure/ring | Provides a unified API for building web applications in Clojure | 3,775 |
hasmanydevelopers/rdaneel | An asynchronous HTTP client library with built-in robots.txt support | 22 |
wiremock/wiremock | A tool for mocking HTTP services in development and testing environments | 6,374 |
ruby-concurrency/concurrent-ruby | A modern concurrency library for Ruby providing tools and abstractions for writing concurrent code safely and efficiently. | 5,707 |