📄 xhrdummymethod.php
字号:
<?php//Just a dummy end point to use in HTTP method calls like PUT and DELETE.//This avoids getting a 405 method not allowed calls for the tests that reference//this file.header("HTTP/1.1 200 OK");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -