Exemplo n.º 1
0
Arquivo: test.py Projeto: abiczo/juno
def x3(web): juno.status(500)

@juno.get('/4/')
Exemplo n.º 2
0
def x3(web):
    juno.status(500)
Exemplo n.º 3
0
Arquivo: test.py Projeto: abiczo/juno
def x2(web): juno.status(404)

@juno.get('/3/')
Exemplo n.º 4
0
def x2(web):
    juno.status(404)