Differences From Artifact [bd160383d6]:
- File wapp.tcl — part of check-in [51541ac197] at 2018-01-30 13:18:19 on branch trunk — Automatically do gzip content-encoding on text/* replies if the TCL interpreter supports the zlib command. (user: drh size: 22571)
To Artifact [fd66b108b9]:
- File wapp.tcl — part of check-in [622563732a] at 2018-01-30 16:09:03 on branch trunk — Pass the HTTPS CGI parameter through to the application code. (user: drh size: 22581)
︙ | |||
681 682 683 684 685 686 687 688 689 690 691 692 693 694 | 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 | + | ACCEPT_ENCODING CONTENT_LENGTH CONTENT_TYPE HTTP_COOKIE HTTP_HOST HTTP_REFERER HTTP_USER_AGENT HTTPS PATH_INFO QUERY_STRING REMOTE_ADDR REQUEST_METHOD REQUEST_URI REMOTE_USER SCRIPT_NAME |
︙ |