Commit Graph

7 Commits

Author SHA1 Message Date
Dietmar Maurer
d08808bc8a rename class to PVE::APIServer::AnyEvent
So that we can move all api server related code into PVE::APIServer::*.
2017-01-13 18:18:13 +01:00
Dietmar Maurer
859f1fd3a6 debian/control: add missing dependencies 2017-01-13 14:55:16 +01:00
Dietmar Maurer
403964f266 avoide dependency on PVE::AccessControl
add new abstract function verify_spice_connect_url().
2017-01-13 14:53:28 +01:00
Dietmar Maurer
fbc42b33e7 move abstract fuctions to end of file 2017-01-13 14:45:56 +01:00
Dietmar Maurer
b639f458c5 AsyncHTTPServer.pm: fix dependencies, remove handler implementation
So this is an abstract, reusable class now.
2017-01-13 13:33:22 +01:00
Dietmar Maurer
4fe2161253 fix/change class name to PVE::AsyncHTTPServer 2017-01-13 13:16:54 +01:00
Dietmar Maurer
d82180013b initial import
The PVE/AsyncHTTPServer.pm code is copied from the pve-manager
package (PVE/HTTPServer.pm) and renamed.
2017-01-13 12:57:46 +01:00