1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/lib/restclient
Andy Brody 43af5cc7ec WIP: Add option for a custom log proc.
If `:log_proc` is passed, then rest-client will not output any log
messages itself, but will instead call the proc with an event type and a
hash of data that should be useful in outputting log messages.

Folks can use this to implement log levels, redaction, etc.
2017-04-28 01:45:18 -04:00
..
windows Remove some references to Puppet. 2014-03-31 20:36:36 -07:00
abstract_response.rb Clean up a few rubocop warnings. 2016-06-05 21:00:28 -04:00
exceptions.rb Default message for SSLCertificateNotVerified exceptions 2016-03-21 11:42:43 -04:00
params_array.rb Remove unnecessary dup of input. 2016-01-26 23:13:51 -05:00
payload.rb Merge pull request #393 from schneems:schneems/mime-types 2017-04-28 01:14:54 -04:00
platform.rb Rename Platform.mac? to .mac_mri? for clarity. 2014-11-02 18:32:04 -08:00
raw_response.rb Remove args from Response and normalize method. 2016-05-01 16:57:54 -04:00
request.rb WIP: Add option for a custom log proc. 2017-04-28 01:45:18 -04:00
resource.rb Add optional Resource-specific logging 2017-02-28 13:51:15 -08:00
response.rb Add optional Resource-specific logging 2017-02-28 13:51:15 -08:00
utils.rb Fix default Net::HTTP encoding in Windows tests. 2016-06-19 14:11:42 -07:00
version.rb Start preparing for 2.1.0 release. 2017-04-28 01:12:17 -04:00
windows.rb Move windows? method into Platform module. 2014-04-03 14:05:18 -07:00