summaryrefslogtreecommitdiff
path: root/tests/plugins/http/http_plugin_test.go
AgeCommit message (Expand)Author
2021-09-16Move plugins to a separate repositoryValery Piashchynski
2021-08-19Add support for the IPv6Valery Piashchynski
2021-08-14Update broadcast tests, add redis flusing. Initial impl of the jobValery Piashchynski
2021-08-13Update go.mod dependencies to the most recent version.Valery Piashchynski
2021-08-11Replace all 'localhost' with '127.0.0.1'. Fix default configuration andValery Piashchynski
2021-07-19Worker watcher interface update.Valery Piashchynski
2021-06-26- Add more testsValery Piashchynski
2021-06-03Merge remote-tracking branch 'origin/master' into bug/fcgi_leads_to_npeValery Piashchynski
2021-06-03- Use fcgi in the applyMiddlewares for the fcgi, not httpsValery Piashchynski
2021-06-03- Add internal_error_code optionValery Piashchynski
2021-06-03- Do not write an error into the responseWriter if this is internalValery Piashchynski
2021-05-13- Update testsValery Piashchynski
2021-05-13- Remove unsafe casting (replace with a less unsafe)Valery Piashchynski
2021-04-28- Add r.URL.Path protectionValery Piashchynski
2021-04-28- Update CHANGELOGValery Piashchynski
2021-04-28- Fix middleware orderValery Piashchynski
2021-04-26- Bump golang version in the go.modValery Piashchynski
2021-04-26- Totally rework static pluginValery Piashchynski
2021-04-20- Delay to wait HTTPValery Piashchynski
2021-04-20- Make http.Serve() asyncValery Piashchynski
2021-04-19- Add tests, update Informer implementationValery Piashchynski
2021-04-04- Update CHANGELOGValery Piashchynski
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
2021-03-13Fix typo Info -> Error levelValery Piashchynski
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
2021-02-24Fix pool behavior, update testsValery Piashchynski
2021-02-23Merge pull request #559 from spiral/log_does_not_show_any_messageValery Piashchynski
2021-02-23- Remove unneeded mutex from the `http.Workers` method.Valery Piashchynski
2021-02-22Fix args numberValery Piashchynski
2021-02-07Update configValery Piashchynski
2021-02-03Tests updateValery Piashchynski
2021-02-03Add new EXPECT mock logs to the testsValery Piashchynski
2021-01-25Add new Supervisor test in the http pluginValery Piashchynski
2021-01-23interfaces folder deprecatedValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Allow https to listen on unix socketsValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
2021-01-19Merge pull request #486 from spiral/refactor/better_http_debug_logsValery Piashchynski
2021-01-19Uniform debug message from the http hanlderValery Piashchynski
2021-01-18Add a little delay to the TestHTTPNoConfigSection testValery Piashchynski
2021-01-18Fix NPE when .rr.yaml didn't contain HTTP sectionValery Piashchynski
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski