Skip to content

beta-v0.11

Compare
Choose a tag to compare
@j3ssie j3ssie released this 12 Jul 08:55
· 65 commits to master since this release

For example from this response:

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=4F6904C386821F445B9C961CF1A10811; Path=/;

we can use RegexSelect("resHeaders", "JSESSIONID=(?P<sess>.*);\\sP") to get 4F6904C386821F445B9C961CF1A10811 as sess variables then can render it in next request with [[.sess]]