Ruby: added the Rack environment parameter "SCRIPT_NAME".

This commit is contained in:
Zhidao HONG
2022-03-09 13:29:43 +08:00
parent 03a7701133
commit 0032543fa6
3 changed files with 48 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
typedef struct {
VALUE env;
VALUE script;
VALUE io_input;
VALUE io_error;
VALUE thread;