httplog icon indicating copy to clipboard operation
httplog copied to clipboard

Log outgoing HTTP requests in ruby

Results 22 httplog issues
Sort by recently updated
recently updated
newest added

Currently using the `httplog` with `ethon`-based http lib we're getting a log with the missing URL in it. ``` [httplog] Sending: GET [httplog] Header: accept: */* [httplog] Header: foo: bar...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/trusche/httplog). ## Config Migration Needed - [ ]...

Hi, I'm unable to see HTTP logs on my Rails 7 app. I added version 1.5.0 of the gem in the :development group of my Gemfile and added the following...

## Describe the bug Hello, We encountered an `Illegal seek (Errno::ESPIPE)` exception while doing some chunked transfer encoding with a pipe-io as body. The exception is raised when the body...

Fix https://github.com/trusche/httplog/issues/136

Hi there! I created a module to prepend on HttpLog and check the content of data that is passed to `json_payload` and `data` seems to be already formatted: ``` [17]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ruby](https://www.ruby-lang.org) ([source](https://togithub.com/ruby/ruby)) | minor | `3.2.2` -> `3.3.0` | --- ### Configuration 📅...

Regexps are more powerful: ```ruby HttpLog.configure do |config| config.filter_parameters = ( /date_?of_?birth|dob/ ) end module HttpLog class

Hi there, I would like to toggle certain URLs without restarting my app server. I have a admin panel to enable/disable logging for certain URLs and we would like to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ruby](https://www.ruby-lang.org) ([source](https://togithub.com/ruby/ruby)) | patch | `3.3.0` -> `3.3.1` | --- ### Configuration 📅...