|
8735 | 8735 | "status": 200,
|
8736 | 8736 | "body": "ok"
|
8737 | 8737 | }
|
| 8738 | + }, |
| 8739 | + "GET /request/method/host": { |
| 8740 | + "environments": ["compute", "viceroy"], |
| 8741 | + "downstream_request": { |
| 8742 | + "method": "GET", |
| 8743 | + "pathname": "/request/method/host" |
| 8744 | + }, |
| 8745 | + "downstream_response": { |
| 8746 | + "status": 200, |
| 8747 | + "body": "", |
| 8748 | + "headers": [["result", "GET"]] |
| 8749 | + } |
| 8750 | + }, |
| 8751 | + "get /request/method/host": { |
| 8752 | + "environments": ["compute", "viceroy"], |
| 8753 | + "downstream_request": { |
| 8754 | + "method": "get", |
| 8755 | + "pathname": "/request/method/host" |
| 8756 | + }, |
| 8757 | + "downstream_response": { |
| 8758 | + "status": 200, |
| 8759 | + "body": "", |
| 8760 | + "headers": [["result", "GET"]] |
| 8761 | + } |
| 8762 | + }, |
| 8763 | + "GeT /request/method/host": { |
| 8764 | + "environments": ["compute", "viceroy"], |
| 8765 | + "downstream_request": { |
| 8766 | + "method": "GeT", |
| 8767 | + "pathname": "/request/method/host" |
| 8768 | + }, |
| 8769 | + "downstream_response": { |
| 8770 | + "status": 200, |
| 8771 | + "body": "", |
| 8772 | + "headers": [["result", "GET"]] |
| 8773 | + } |
| 8774 | + }, |
| 8775 | + "HEAD /request/method/host": { |
| 8776 | + "environments": ["compute", "viceroy"], |
| 8777 | + "downstream_request": { |
| 8778 | + "method": "HEAD", |
| 8779 | + "pathname": "/request/method/host" |
| 8780 | + }, |
| 8781 | + "downstream_response": { |
| 8782 | + "status": 200, |
| 8783 | + "body": "", |
| 8784 | + "headers": [["result", "HEAD"]] |
| 8785 | + } |
| 8786 | + }, |
| 8787 | + "head /request/method/host": { |
| 8788 | + "environments": ["compute", "viceroy"], |
| 8789 | + "downstream_request": { |
| 8790 | + "method": "head", |
| 8791 | + "pathname": "/request/method/host" |
| 8792 | + }, |
| 8793 | + "downstream_response": { |
| 8794 | + "status": 200, |
| 8795 | + "body": "", |
| 8796 | + "headers": [["result", "HEAD"]] |
| 8797 | + } |
| 8798 | + }, |
| 8799 | + "HeAd /request/method/host": { |
| 8800 | + "environments": ["compute", "viceroy"], |
| 8801 | + "downstream_request": { |
| 8802 | + "method": "HeAd", |
| 8803 | + "pathname": "/request/method/host" |
| 8804 | + }, |
| 8805 | + "downstream_response": { |
| 8806 | + "status": 200, |
| 8807 | + "body": "", |
| 8808 | + "headers": [["result", "HEAD"]] |
| 8809 | + } |
| 8810 | + }, |
| 8811 | + "OPTIONS /request/method/host": { |
| 8812 | + "environments": ["compute", "viceroy"], |
| 8813 | + "downstream_request": { |
| 8814 | + "method": "OPTIONS", |
| 8815 | + "pathname": "/request/method/host" |
| 8816 | + }, |
| 8817 | + "downstream_response": { |
| 8818 | + "status": 200, |
| 8819 | + "body": "", |
| 8820 | + "headers": [["result", "OPTIONS"]] |
| 8821 | + } |
| 8822 | + }, |
| 8823 | + "OPTioNS /request/method/host": { |
| 8824 | + "environments": ["compute", "viceroy"], |
| 8825 | + "downstream_request": { |
| 8826 | + "method": "OPTioNS", |
| 8827 | + "pathname": "/request/method/host" |
| 8828 | + }, |
| 8829 | + "downstream_response": { |
| 8830 | + "status": 200, |
| 8831 | + "body": "", |
| 8832 | + "headers": [["result", "OPTIONS"]] |
| 8833 | + } |
| 8834 | + }, |
| 8835 | + "options /request/method/host": { |
| 8836 | + "environments": ["compute", "viceroy"], |
| 8837 | + "downstream_request": { |
| 8838 | + "method": "options", |
| 8839 | + "pathname": "/request/method/host" |
| 8840 | + }, |
| 8841 | + "downstream_response": { |
| 8842 | + "status": 200, |
| 8843 | + "body": "", |
| 8844 | + "headers": [["result", "OPTIONS"]] |
| 8845 | + } |
| 8846 | + }, |
| 8847 | + "POST /request/method/host": { |
| 8848 | + "environments": ["compute", "viceroy"], |
| 8849 | + "downstream_request": { |
| 8850 | + "method": "POST", |
| 8851 | + "pathname": "/request/method/host" |
| 8852 | + }, |
| 8853 | + "downstream_response": { |
| 8854 | + "status": 200, |
| 8855 | + "body": "", |
| 8856 | + "headers": [["result", "POST"]] |
| 8857 | + } |
| 8858 | + }, |
| 8859 | + "post /request/method/host": { |
| 8860 | + "environments": ["compute", "viceroy"], |
| 8861 | + "downstream_request": { |
| 8862 | + "method": "post", |
| 8863 | + "pathname": "/request/method/host" |
| 8864 | + }, |
| 8865 | + "downstream_response": { |
| 8866 | + "status": 200, |
| 8867 | + "body": "", |
| 8868 | + "headers": [["result", "POST"]] |
| 8869 | + } |
| 8870 | + }, |
| 8871 | + "PosT /request/method/host": { |
| 8872 | + "environments": ["compute", "viceroy"], |
| 8873 | + "downstream_request": { |
| 8874 | + "method": "PosT", |
| 8875 | + "pathname": "/request/method/host" |
| 8876 | + }, |
| 8877 | + "downstream_response": { |
| 8878 | + "status": 200, |
| 8879 | + "body": "", |
| 8880 | + "headers": [["result", "POST"]] |
| 8881 | + } |
| 8882 | + }, |
| 8883 | + "PUT /request/method/host": { |
| 8884 | + "environments": ["compute", "viceroy"], |
| 8885 | + "downstream_request": { |
| 8886 | + "method": "PUT", |
| 8887 | + "pathname": "/request/method/host" |
| 8888 | + }, |
| 8889 | + "downstream_response": { |
| 8890 | + "status": 200, |
| 8891 | + "body": "", |
| 8892 | + "headers": [["result", "PUT"]] |
| 8893 | + } |
| 8894 | + }, |
| 8895 | + "put /request/method/host": { |
| 8896 | + "environments": ["compute", "viceroy"], |
| 8897 | + "downstream_request": { |
| 8898 | + "method": "put", |
| 8899 | + "pathname": "/request/method/host" |
| 8900 | + }, |
| 8901 | + "downstream_response": { |
| 8902 | + "status": 200, |
| 8903 | + "body": "", |
| 8904 | + "headers": [["result", "PUT"]] |
| 8905 | + } |
| 8906 | + }, |
| 8907 | + "Put /request/method/host": { |
| 8908 | + "environments": ["compute", "viceroy"], |
| 8909 | + "downstream_request": { |
| 8910 | + "method": "Put", |
| 8911 | + "pathname": "/request/method/host" |
| 8912 | + }, |
| 8913 | + "downstream_response": { |
| 8914 | + "status": 200, |
| 8915 | + "body": "", |
| 8916 | + "headers": [["result", "PUT"]] |
| 8917 | + } |
| 8918 | + }, |
| 8919 | + "DELETE /request/method/host": { |
| 8920 | + "environments": ["compute", "viceroy"], |
| 8921 | + "downstream_request": { |
| 8922 | + "method": "DELETE", |
| 8923 | + "pathname": "/request/method/host" |
| 8924 | + }, |
| 8925 | + "downstream_response": { |
| 8926 | + "status": 200, |
| 8927 | + "body": "", |
| 8928 | + "headers": [["result", "DELETE"]] |
| 8929 | + } |
| 8930 | + }, |
| 8931 | + "DeLeTe /request/method/host": { |
| 8932 | + "environments": ["compute", "viceroy"], |
| 8933 | + "downstream_request": { |
| 8934 | + "method": "DeLeTe", |
| 8935 | + "pathname": "/request/method/host" |
| 8936 | + }, |
| 8937 | + "downstream_response": { |
| 8938 | + "status": 200, |
| 8939 | + "body": "", |
| 8940 | + "headers": [["result", "DELETE"]] |
| 8941 | + } |
| 8942 | + }, |
| 8943 | + "delete /request/method/host": { |
| 8944 | + "environments": ["compute", "viceroy"], |
| 8945 | + "downstream_request": { |
| 8946 | + "method": "delete", |
| 8947 | + "pathname": "/request/method/host" |
| 8948 | + }, |
| 8949 | + "downstream_response": { |
| 8950 | + "status": 200, |
| 8951 | + "body": "", |
| 8952 | + "headers": [["result", "DELETE"]] |
| 8953 | + } |
| 8954 | + }, |
| 8955 | + "HELLO /request/method/host": { |
| 8956 | + "environments": ["compute", "viceroy"], |
| 8957 | + "downstream_request": { |
| 8958 | + "method": "HELLO", |
| 8959 | + "pathname": "/request/method/host" |
| 8960 | + }, |
| 8961 | + "downstream_response": { |
| 8962 | + "status": 200, |
| 8963 | + "body": "", |
| 8964 | + "headers": [["result", "HELLO"]] |
| 8965 | + } |
| 8966 | + }, |
| 8967 | + "hello /request/method/host": { |
| 8968 | + "environments": ["compute", "viceroy"], |
| 8969 | + "downstream_request": { |
| 8970 | + "method": "hello", |
| 8971 | + "pathname": "/request/method/host" |
| 8972 | + }, |
| 8973 | + "downstream_response": { |
| 8974 | + "status": 200, |
| 8975 | + "body": "", |
| 8976 | + "headers": [["result", "hello"]] |
| 8977 | + } |
| 8978 | + }, |
| 8979 | + "heLLo /request/method/host": { |
| 8980 | + "environments": ["compute", "viceroy"], |
| 8981 | + "downstream_request": { |
| 8982 | + "method": "heLLo", |
| 8983 | + "pathname": "/request/method/host" |
| 8984 | + }, |
| 8985 | + "downstream_response": { |
| 8986 | + "status": 200, |
| 8987 | + "body": "", |
| 8988 | + "headers": [["result", "heLLo"]] |
| 8989 | + } |
| 8990 | + }, |
| 8991 | + "!*+-.^_`|~1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ /request/method/host": { |
| 8992 | + "environments": ["compute", "viceroy"], |
| 8993 | + "downstream_request": { |
| 8994 | + "method": "!*+-.^_`|~1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", |
| 8995 | + "pathname": "/request/method/host" |
| 8996 | + }, |
| 8997 | + "downstream_response": { |
| 8998 | + "status": 200, |
| 8999 | + "body": "", |
| 9000 | + "headers": [["result", "!*+-.^_`|~1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"]] |
| 9001 | + } |
| 9002 | + }, |
| 9003 | + "GET /request/method/guest": { |
| 9004 | + "environments": ["compute", "viceroy"], |
| 9005 | + "downstream_request": { |
| 9006 | + "method": "GET", |
| 9007 | + "pathname": "/request/method/guest" |
| 9008 | + }, |
| 9009 | + "downstream_response": { |
| 9010 | + "status": 200, |
| 9011 | + "body": "ok" |
| 9012 | + } |
8738 | 9013 | }
|
8739 | 9014 | }
|
0 commit comments