Example #1
0
File: test.py Project: abiczo/juno
def x3(web): juno.status(500)

@juno.get('/4/')
Example #2
0
def x3(web):
    juno.status(500)
Example #3
0
File: test.py Project: abiczo/juno
def x2(web): juno.status(404)

@juno.get('/3/')
Example #4
0
def x2(web):
    juno.status(404)