Added README.
[configd.git] / README
blob9297ff209d0ccec3c08274407daae421652316f2
2 configd
3 =======
5 configd is a configuration daemon. It doesn't configure anything (yet!), but
6 it does the simple job of providing configuration values to anyone who cares
7 to ask for them.
9 configd will implement various interfaces including :
11 * HTTP HEAD - the client connects to configd using HTTP and specifies the key
12   as the path to GET. configd then replies with the key-value pair as a HTTP
13   header.