mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
d40e8879d1
* 🎨 style(CHANGELOG.md): add UNRELEASED section 🔧 chore(notfound/handler.go): refactor to use core.RespondWithErrorPage 🔧 chore(http/server.go): pass config, templatePicker, renderer and options to notfoundHandler 🔧 chore(hurl/404.hurl): update test to expect HTML response instead of plain text * 📝 docs(CHANGELOG.md): fix typo in changed section * 🔥 chore(CHANGELOG.md): release version 2.22.0 🔥 chore(flags.go): remove unused code for serve command
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
GET http://{{ host }}:{{ port }}/not-found
|
|
|
|
HTTP/* 404
|
|
|
|
[Asserts]
|
|
header "Content-Type" contains "text/html"
|
|
body contains "The server can not find the requested page"
|