# File lib/restclient/mixin/response.rb, line 8
                        def code
                                @code ||= @net_http_res.code.to_i
                        end