MHNetwork icon indicating copy to clipboard operation
MHNetwork copied to clipboard

Say goodbye to the Fat ugly singleton Network Manager with this Network Layer

Results 2 MHNetwork issues
Sort by recently updated
recently updated
newest added

Currently I try to connect to API with `GET` requests. The problem is when I get an error I don't see the final request URL - it is hidden somewhere...

For example I need a library to collect rss from different websites. I need to specify single url only and get/post method only for each website. You library requires to...