]> git.mxchange.org Git - friendica.git/commit
Automatically return allowed HTTP methods for OPTIONS per specific endpoint
authorPhilipp <admin@philipp.info>
Mon, 3 Jan 2022 18:19:47 +0000 (19:19 +0100)
committerPhilipp <admin@philipp.info>
Tue, 4 Jan 2022 19:59:27 +0000 (20:59 +0100)
commitdc46af5ea14a9ba0487c7e524477a6ab42e775d3
tree9dfc77a67529e7e7052f9fea7db1dc335a02bcf4
parent71272e07ee6f583c16ddc30db89dd176f0031aad
Automatically return allowed HTTP methods for OPTIONS per specific endpoint
src/App/Router.php
src/Module/Special/Options.php
src/Util/Router/FriendicaGroupCountBased.php [new file with mode: 0644]
tests/src/Module/Special/OptionsTest.php
tests/src/Util/Router/FriendicaGroupCountBasedTest.php [new file with mode: 0644]