landro / TesTcl

when you don't have the balls to test your F5 BIG-IP iRules directly in production
https://testcl.com
BSD 3-Clause "New" or "Revised" License
98 stars 30 forks source link

URI:: support #50

Closed magnuswatn closed 7 years ago

magnuswatn commented 7 years ago

Hi,

I've added support for the remaining URI:: commands. Some of my implementations differ from F5s in some weird edge cases, but I'm thinking it should be good enough. I also updated URI::encode with some chars (but it's still not complete).

And while I was at it I also added a default log level, just as the F5 has.

landro commented 7 years ago

Great stuff. I'll have a look at this within the next few days.

landro commented 7 years ago

Great work @magnuswatn. For future contributions, please add unit tests (I've added for the methods you hav contributed)