- request: http://localhost:3000/get
  response: { set : { special : "middle" } }
- request: http://localhost:3000/get?space=<%special%>
  response:
    text: "middle"
