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 #8

Closed januwA closed 4 years ago

januwA 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

Nice job! Hopefully I can get to this on the weekend and work/review it. Thanks for the PR. In any case you can do just 1 PR and I'll merge it onto master when releasing.

januwA commented 4 years ago

不错的工作!希望我可以在周末去做这个,并进行工作/复习。感谢您的公关。无论如何,您只能执行1个PR,发布时我会将其合并到master。

Thank you ❤

CodingAleCR commented 4 years ago

Hey I am still working to test this, I want to add testing to the project so it gets easier to contribute. Cheers!