CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
134 stars 67 forks source link

Feature: URI Support #11

Closed CodingAleCR closed 4 years ago

CodingAleCR commented 4 years ago

Feature

Having the ability to accept Uri as a parameter when doing a request.

client.get( Uri.parse('http://192.168.1.91:5000/test') );

:clipboard: Changelog

CodingAleCR commented 4 years ago

Deprecated.