class X::ResponseHandler

Overview

Process HTTP responses

Defined in:

x/response_handler.cr

Constant Summary

JSON_CONTENT_TYPE_REGEXP = /^application\/(problem\+|)json/

Instance Method Summary

Instance Method Detail

def handle(response : HTTP::Client::Response) #

[View source]