Logo
Explore Help
Sign In
martials/simplify_truths
1
0
Fork 0
You've already forked simplify_truths
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
simplify_truths/http/index.http

22 lines
350 B
Plaintext
Raw Permalink Normal View History

Not found page with html and moved utils into index and split http requests to separate files. Static dir for hosting html files. Helper function for loading HTML. Changed location where openapi.html is generated and updated dockerfile
2024-06-20 13:13:26 +02:00
### GET index page
GET {{url}}
load html on compile time instead of runtime. Maybe fixed not found link to refer to correct url in release
2024-06-20 18:00:12 +02:00
### GET index page on HTTP/2
GET {{url}} HTTP/2
Not found page with html and moved utils into index and split http requests to separate files. Static dir for hosting html files. Helper function for loading HTML. Changed location where openapi.html is generated and updated dockerfile
2024-06-20 13:13:26 +02:00
### GET OpenAPI page
GET {{url}}/openapi
### GET should fallback to 404 page
GET {{url}}/something-that-does-not-exist
> {%
client.test("Response status is 404", () => {
client.assert(response.status === 404, "Response status is not 404");
});
%}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API