Working outgoing IP for {http,z3950}_client MP-575
[metaproxy-moved-to-github.git] / xml / schema / filter_http_client.rnc
1 # Metaproxy XML config file schema
2
3 namespace mp = "http://indexdata.com/metaproxy"
4
5 filter_http_client =
6   attribute type { "http_client" },
7   attribute id { xsd:NCName }?,
8   attribute name { xsd:NCName }?,
9   element mp:default-host { xsd:string }?,
10   element mp:max-redirects { xsd:integer }?,
11   element mp:proxy { xsd:string }?,
12   element mp:x-forwarded-for { xsd:boolean }?,
13   element mp:bind_host { xsd:boolean }?
14