module Crest

Overview

The SDK turns on Crest's request logging when debugging. Crest logs to STDOUT by default, which corrupts -j output; this is Crest's own initializer with the default IO switched to STDERR.

Defined in:

lib/crest/src/crest.cr
lib/crest/src/crest/curlify.cr
lib/crest/src/crest/exceptions.cr
lib/crest/src/crest/form.cr
lib/crest/src/crest/forms/data_form.cr
lib/crest/src/crest/forms/json_form.cr
lib/crest/src/crest/forms/urlencoded_form.cr
lib/crest/src/crest/logger.cr
lib/crest/src/crest/loggers/common_logger.cr
lib/crest/src/crest/params_decoder.cr
lib/crest/src/crest/params_encoder.cr
lib/crest/src/crest/params_encoders/enumerated_flat_params_encoder.cr
lib/crest/src/crest/params_encoders/flat_params_encoder.cr
lib/crest/src/crest/params_encoders/nested_params_encoder.cr
lib/crest/src/crest/params_encoders/zero_enumerated_flat_params_encoder.cr
lib/crest/src/crest/redirector.cr
lib/crest/src/crest/request.cr
lib/crest/src/crest/resource.cr
lib/crest/src/crest/response.cr
ext/crest_logger_stderr.cr