Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 393 Bytes

test.rest

File metadata and controls

31 lines (16 loc) · 393 Bytes

@host = localhost @port = 8080

###

GET http://{{host}}:{{port}} HTTP/1.1

# should return an html page

###

GET http://{{host}}:{{port}}/boite-aux-lettres HTTP/1.1

# perfect !

###

POST http://{{host}}:{{port}}/boite-aux-lettres HTTP/1.1

# Didn't you forget something ? # perfect !

###

POST http://{{host}}:{{port}}/boite-aux-lettres HTTP/1.1

[email protected]

###