get timings for http requests
Timings for HTTP requests
Simplified HTTP request client.
A JavaScript implementation of the WebVTT specification, forked from vtt.js for use with Video.js
Superagent plugin for measuring http timings in node.js
A module containing the UI regions and the logic to render and support HTTP response in Advanced REST Client.
Timings for HTTP requests. This is a fork of @szmarczak/http-timer, but with CommonJS support.
A node module for Google's Universal Analytics tracking
HTTP server mocking and expectations library for Node.js
Wrap native HTTP requests with RFC compliant cache support
Cypress's fork of a simplified HTTP request client.
Low-level HTTP/HTTPS/XHR/fetch request interception library.
A Cypress plugin for reporting individual command timings
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Wrapper for request module that saves all traffic as a HAR file, useful for auto mocking a client
Provides a way to make requests
Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol
Timeout HTTP/HTTPS requests
Tracks the download progress of a request made with mikeal/request, giving insight of various metrics including progress percent, download speed and time remaining
Streaming http in the browser
Like request, but smaller.
Core library for interfacing with AutoRest generated code
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
An HTTP(s) proxy `http.Agent` implementation for HTTP
Log HTTP request queue time to statsd when the HTTP_X_REQUEST_START is set.
Ruby gem to expose a CLI to calculate average response time of an HTTP request.
An implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not drop in to Net::HTTP and can be used for with other HTTP clients. In order to use net-http-digest_auth you'll need to perform some request wrangling on your own. See the class documentation at Net::HTTP::DigestAuth for an example.
Allow web service clients to specify the request time zone in an HTTP header.
\Rainbows! is an HTTP server for sleepy Rack applications. It is based on unicorn, but designed to handle applications that expect long request/response times and/or slow clients.
Replicate or record HTTP requests to your Rack application and replay them elsewhere or at another time.
Get fine-grained visibility into the behavior and performance of your Rails web app. This gem instruments your app to send events to Honeycomb (https://honeycomb.io) each time it processes an HTTP request or makes a database query.
This gem provides possibility to have 'fresh' prefetched result of external http request all the time
A basic adaptor to send HTTP requests and parse the responses. Intended to bootstrap the quick writing of Adaptors for specific APIs, without having to write the same old JSON request and processing time and time again.
Rack::Synctime is a simple Rack middleware that returns sync time (time when request started) in HTTP headers (#{Rack::Synctime::DEFAULT_HEADER_NAME} by default). Header name can be changed also sync time can be modified using time offset i.e. -5 seconds (server time in seconds decreased by 5) etc. This can be useful if you develop mobile applications (Android, iOS, ...) and you need information when request started in response header.
Compressit uses the yuicompressor-2.4.6.jar java file created by Yahoo to compress all of your .css and .js files into single compressed files respectively. This not only reduces the size of your files, but also results in less http requests at load time resulting in an overall faster site.
Circuit is a rack application middleware that enables dynamic request mapping. Modeled after [Rack::Builder](https://github.com/rack/rack/blob/master/lib/rack/builder.rb), Circuit provides for a tree of url-mappings that is walked at request time. If you are interested in dynamically loading middleware and functionality into requests, circuit is a viable solution to do that in a maintainable way.