Commit Graph

  • 51ed1f43f7
    Merge pull request #11 from jetzig-framework/Setup-CI rimuspp 2024-03-03 09:21:00 -05:00
  • ba68afcc43
    Create CI.yml rimuspp 2024-03-03 09:14:31 -05:00
  • 29f4771264 Upgrade Zmpl (latest version provides partials), fix mime map memory leak Bob Farrell 2024-03-03 14:12:35 +00:00
  • ce93abcd65 Simplify headers assignment, fix tests Bob Farrell 2024-03-02 12:11:22 +00:00
  • cc39608d46
    Merge pull request #10 from jetzig-framework/zig-std-http-overhaul bobf 2024-03-02 11:32:30 +00:00
  • 6ea210259d std.http overhaul Bob Farrell 2024-02-29 22:40:28 +00:00
  • d855b9f703 Implement MIME type inference Bob Farrell 2024-02-26 22:38:43 +00:00
  • be85c13369 Provide interface for adding response headers Bob Farrell 2024-02-25 14:20:22 +00:00
  • a07c71e725 Refactor response interface Bob Farrell 2024-02-25 10:32:34 +00:00
  • 2ebb644421
    Merge pull request #8 from jetzig-framework/json-and-query-param-parsing bobf 2024-02-25 09:29:01 +00:00
  • 216b86c235 JSON and query param parsing/SSG params Bob Farrell 2024-02-15 22:41:06 +00:00
  • 280f1eaadd Update to latest Zmpl version Bob Farrell 2024-02-18 18:42:46 +00:00
  • 8c5ffcb9f6 Fix logo path Bob Farrell 2024-02-17 16:02:52 +00:00
  • 66f6e13741 Update README Bob Farrell 2024-02-17 15:58:33 +00:00
  • a1933b6164
    Merge pull request #5 from jetzig-framework/static-routes bobf 2024-02-17 15:46:38 +00:00
  • d52aed8a9b PR feedback Bob Farrell 2024-02-17 15:35:40 +00:00
  • 8ac2afbec2 PR feedback. Bob Farrell 2024-02-17 15:31:40 +00:00
  • 31927cdb6b Static routes Bob Farrell 2024-02-03 17:04:52 +00:00
  • 6d487392a8 Add z1fire to contributors Bob Farrell 2024-02-15 22:41:18 +00:00
  • bdb813c521 Dump stack trace on internal server error Bob Farrell 2024-02-15 21:40:21 +00:00
  • 7958480ff7 Provide abstraction for headers Bob Farrell 2024-02-15 20:01:07 +00:00
  • 3ba070a72a
    Merge pull request #4 from Deecellar/fix bobf 2024-02-09 22:53:30 +00:00
  • ba52d32582 Fixing the template rimuspp 2024-02-09 00:30:13 +00:00
  • 0395d00b4b
    Server fix for middleware rimuspp 2024-02-08 19:09:54 -05:00
  • 9f772c8dbe Update Zmpl version Bob Farrell 2024-02-08 19:19:22 +00:00
  • 787f8653e7
    Merge pull request #3 from Deecellar/feature/middleware bobf 2024-02-07 19:33:12 +00:00
  • 0211164a78
    i -> index rimuspp 2024-02-07 14:13:02 -05:00
  • a80f14fb79
    Less noisy output for the logs in the test application rimuspp 2024-02-07 14:12:39 -05:00
  • 267bf44017 Middleware created rimuspp 2024-02-07 12:54:54 +00:00
  • 5623be3e65 Add link to website to README Bob Farrell 2024-02-04 15:32:23 +00:00
  • ed1ba9546f Remove unneeded title Bob Farrell 2024-02-04 14:05:55 +00:00
  • f24a959ef3 Update README, add logo & discord link Bob Farrell 2024-02-04 14:05:18 +00:00
  • e885c32205
    Merge pull request #1 from Deecellar/0.12 bobf 2024-01-28 14:12:01 +00:00
  • 81d63d6a70
    Updated zimpl to latest rimuspp 2024-01-27 12:18:49 -05:00
  • 454208d6b5
    Change in how the std.http.Server works, do() -> send(), init doesn't take an allocator anymore rimuspp 2024-01-23 13:54:27 -05:00
  • 7e529e2c55
    Incomplete method set, Decided to just throw an unsupported error rimuspp 2024-01-23 13:53:28 -05:00
  • 885037646e
    Init with the new step thing rimuspp 2024-01-23 13:52:51 -05:00
  • 6ee3b79884
    Updated the api for the Build system, Added a step for the compilation of views rimuspp 2024-01-23 13:51:10 -05:00
  • 50f518806a Minor tweaks to example code dev Bob Farrell 2024-01-21 22:31:33 +00:00
  • b77ea5fd51 Static content, init/setup tweaks, some cleanup Bob Farrell 2024-01-21 19:00:41 +00:00
  • 3223146e30 Merge branch 'app-init' Bob Farrell 2024-01-20 19:42:10 +00:00
  • b0fbca6703 Init script Bob Farrell 2024-01-20 19:40:07 +00:00
  • f8502be587 Log error to output and add to data Bob Farrell 2024-01-20 12:25:59 +00:00
  • 062ec58e67 App initialization Bob Farrell 2024-01-20 12:50:52 +00:00
  • 4d2bd0b86b Log error to output and add to data Bob Farrell 2024-01-20 12:25:59 +00:00
  • b66073955d Colorize request method in log output Bob Farrell 2024-01-18 22:03:35 +00:00
  • cb52ccffb9 Error handling Bob Farrell 2024-01-18 21:05:17 +00:00
  • 65bb626bbc Sessions Bob Farrell 2024-01-15 20:57:53 +00:00
  • 0d79aa56c6 Sessions sessions Bob Farrell 2024-01-15 20:57:53 +00:00
  • 7748b25e64 Templating Bob Farrell 2023-12-03 21:27:14 +00:00
  • 745ab76dd3 Initial commit Bob Farrell 2023-11-29 20:43:24 +00:00