Project

curler

0.0
No commit activity in last 3 years
No release in over 3 years
Log outgoing network requests as cURL commands.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

Curler

Log Net::HTTP requests as cURL commands.

Installation

Usage

This adds a class-level curl_log method to Net::HTTP to specify a log location for the cURL commands.

# Set the output location, as either a string or an IO object
Net::HTTP.curl_log('requests.log')

# Now make requests with Net::HTTP

Contributing

Contributions of bug reports, feature requests, and pull requests are greatly appreciated!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Licence

Copyright © 2018 Darryl Pogue Licensed under the MIT Licence.