Bob Farrell
31927cdb6b
Static routes
...
Generate views defined with `request: *jetzig.http.StaticRequest` as
static content into `static/` directory so that exported JSON and HTML
can be rendered direct from disk, skipping runtime rendering.
2024-02-17 15:28:27 +00:00
Bob Farrell
bdb813c521
Dump stack trace on internal server error
...
Provide stack trace for debugging runtime errors in debug builds
2024-02-15 21:40:21 +00:00
Bob Farrell
7958480ff7
Provide abstraction for headers
...
Basic abstraction wrapping existing std.http.Headers to provide a stable
interface.
2024-02-15 20:01:07 +00:00
rimuspp
ba52d32582
Fixing the template
2024-02-09 00:30:13 +00:00
rimuspp
0395d00b4b
Server fix for middleware
2024-02-08 19:09:54 -05:00
Bob Farrell
9f772c8dbe
Update Zmpl version
2024-02-08 19:19:22 +00:00
rimuspp
0211164a78
i -> index
2024-02-07 14:13:02 -05:00
rimuspp
a80f14fb79
Less noisy output for the logs in the test application
2024-02-07 14:12:39 -05:00
rimuspp
267bf44017
Middleware created
2024-02-07 12:54:54 +00:00
rimuspp
454208d6b5
Change in how the std.http.Server works, do() -> send(), init doesn't take an allocator anymore
2024-01-23 13:54:27 -05:00
rimuspp
7e529e2c55
Incomplete method set, Decided to just throw an unsupported error
2024-01-23 13:53:28 -05:00
rimuspp
885037646e
Init with the new step thing
2024-01-23 13:52:51 -05:00
Bob Farrell
50f518806a
Minor tweaks to example code
2024-01-21 22:31:33 +00:00
Bob Farrell
b77ea5fd51
Static content, init/setup tweaks, some cleanup
2024-01-21 20:28:27 +00:00
Bob Farrell
3223146e30
Merge branch 'app-init'
2024-01-21 12:34:35 +00:00
Bob Farrell
f8502be587
Log error to output and add to data
2024-01-20 19:04:56 +00:00
Bob Farrell
062ec58e67
App initialization
2024-01-20 13:45:23 +00:00
Bob Farrell
4d2bd0b86b
Log error to output and add to data
2024-01-20 12:25:59 +00:00
Bob Farrell
b66073955d
Colorize request method in log output
2024-01-18 22:03:35 +00:00
Bob Farrell
cb52ccffb9
Error handling
2024-01-18 21:05:17 +00:00
Bob Farrell
65bb626bbc
Sessions
2024-01-17 23:01:05 +00:00
Bob Farrell
7748b25e64
Templating
2024-01-15 11:05:17 +00:00