Skip to content
Snippets Groups Projects
Unverified Commit 4fea6e58 authored by Louis's avatar Louis :fire:
Browse files

Include config.yml in example project

parent dcd761f4
No related branches found
No related tags found
No related merge requests found
field_handling: Log
file_handling: File
server:
port: 9000
requests:
- /users/@user_id : scripts/get_user_by_id.dyon
- /users :
failure_rate: 5
response_headers:
x-rate-limit: 100
x-rate-remaining: 96
x-rate-reset: 10/12/1990
response_type: application/json
response_body:
count: 2
data:
- id: 1
name: John baker
email: john@gmail.com
- id: 2
name: Bloobers Frank
email: bloob@gmail.com
fn handle(foo: f64) -> {
println(foo)
{ foo: foo, bar: 123 }
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment