Hi all, I'm trying to implement clickability to tr...
# chucker
b
Hi all, I'm trying to implement clickability to transaction body line items. This feature is requested by our team since our requests contains urls for next requests. What do you think of adding this to Chucker? https://github.com/ChuckerTeam/chucker/compare/develop...bilgehankalkan:feature/clickable-url
g
transaction body line items
Hey 👋 Do you mean clickable URLs inside the body?
b
Yes
g
I think it would be a nice addition. The reality is that the body is split in single lines, so you would have to handle URLs that splits across multiple lines.
b
Yes but I thought that url's will be single liner if library specifically not split the response body. I will check that of course.
I checked HttpTransaction#formatBody, it creates lines from JSON response. So if the response field is not splitted, it will be parsed correctly. Also if the response has multiline URL, URL would be like
<http://www.website>\<http://n.com/pathone/path|n.com/pathone/path>\ntwo/pathtree
and would be already broken.
g
Thanks for taking the time. I can’t promise that this will be merged (mostly for the broken URL thing), but I will take a look over the next days 🙏
👍 1