Skip to content

Milestones

List view

  • No due date
    4/5 issues closed
  • A release dedicated to improving performance.

    No due date
    1/1 issues closed
  • All the extra things harp should do... - [x] ignores all files beginning with an underscore (_). - [x] ignores all directories beginning with an underscore (_). - [x] server does not require file ext in request path. /hello-world. - [x] redirects from `/foo/bar/` to `/foo/bar` if index file not present and bar file is. - [x] redirects from `/foo/bar` to `/foo/bar/` if bar file not present and index file is. - [x] if path not found a `200.xxx` file is served (if present) with a status code of `200`. - [x] if 200.xxx not found a `404.xxx` file is served (if present) with a status code of `404`. Ideally there will be a flag to turn run in some sort of "strict mode" where it wont do these things.

    No due date
    9/9 issues closed