flashapi 0.2.3

A lightweight webserver.
Documentation
meta {
  name: GET
  type: http
  seq: 1
}

get {
  url: {{BASE_URL}}/user?search=happy
  body: json
  auth: inherit
}

params:query {
  search: happy
}

settings {
  encodeUrl: true
}