syucream / ts_mruby

Enchant Apache Traffic Server with mruby power.
Apache License 2.0
10 stars 0 forks source link

Support transform method experimentally. its related to #13 #28

Closed syucream closed 8 years ago

syucream commented 8 years ago

https://github.com/syucream/ts_mruby/issues/13 work in progress yet.

Support Filter#transform! instead of read method. It can simplify ATS hooks handled by the plugin, but its a bit inconvenience because its occurs string copy and creates another mrb_state instance.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 46.25% when pulling a1d4bcb7612c9ed7b3e31c97e9cec1a95e86e2f3 on feature/transform into ddd21ecd03230bb5195addf5c37349647875444d on master.

syucream commented 8 years ago

At 0.1, supports it.