Added wiki pages (#27)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
layout: default
|
||||
title: Using the policy driven framework
|
||||
base_url: ../../
|
||||
---
|
||||
# Using the policy driven framework
|
||||
|
||||
**This describes a new facility that is not yet in the EWF release**
|
||||
@@ -25,4 +30,4 @@ is_system_options_forbidden.
|
||||
|
||||
WSF_ROUTED_SKELETON_SERVICE also inherits from WSF_PROXY_USE_POLICY. This determines if the server will require clients to use a proxy server. By default, it will do so for HTTP/1.0 clients. This is a sensible default, as the framework assumes an HTTP/1.1 client throughout. If you are sure that you will only ever have HTTP/1.1 clients, then you can instead inherit from WSF_NO_PROXY_POLICY, as RESTBUCKS_SERVER does. If not, then you need to implement proxy_server.
|
||||
|
||||
Next you have to [write your handler(s)](./Writing-the-handlers)
|
||||
Next you have to [write your handler(s)](../Writing-the-handlers)
|
||||
Reference in New Issue
Block a user