Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
zarfjs
/
zarf
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
82
Code
Issues
5
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
zarf
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 12, 2022
feat: Add support for route naming/aliasing
Show description for 964bd88
one-aalam
committed
964bd88
View commit details
Copy full SHA for 964bd88
View code at this point
Browse repository at this point
chore: Improve typing for `status` method (context)
one-aalam
committed
0f6ac3e
View commit details
Copy full SHA for 0f6ac3e
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
feat: More stable and useful `App` mounting :muscle:
Show description for fd90d59
one-aalam
committed
fd90d59
View commit details
Copy full SHA for fd90d59
View code at this point
Browse repository at this point
feat: Add `html` tagged template literal
Show description for 1fafc0b
one-aalam
committed
1fafc0b
View commit details
Copy full SHA for 1fafc0b
View code at this point
Browse repository at this point
feat: Add utility functions - `isIterable`, `isAsyncIterable`
one-aalam
committed
094e129
View commit details
Copy full SHA for 094e129
View code at this point
Browse repository at this point
feat: add adapter-only common types
Show description for 9fe02e4
one-aalam
committed
9fe02e4
View commit details
Copy full SHA for 9fe02e4
View code at this point
Browse repository at this point
fix: `send` body typings
one-aalam
committed
89f5564
View commit details
Copy full SHA for 89f5564
View code at this point
Browse repository at this point
Commits on Oct 9, 2022
chore: Fix typings for response methods
one-aalam
committed
35e802c
View commit details
Copy full SHA for 35e802c
View code at this point
Browse repository at this point
feat: Stabilize `ctx.halt` API
one-aalam
committed
f2250cd
View commit details
Copy full SHA for f2250cd
View code at this point
Browse repository at this point
feat(types): Add a `JSONValue` type
one-aalam
committed
7e6b944
View commit details
Copy full SHA for 7e6b944
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
refactor: Test cases
one-aalam
committed
9d98755
View commit details
Copy full SHA for 9d98755
View code at this point
Browse repository at this point
refactor: `Zarf` app/server
one-aalam
committed
82279ee
View commit details
Copy full SHA for 82279ee
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
fix: Make `req.body` warm-up Bun only
one-aalam
committed
b18f019
View commit details
Copy full SHA for b18f019
View code at this point
Browse repository at this point
refactor: `Errorlike` type imports
one-aalam
committed
5cee556
View commit details
Copy full SHA for 5cee556
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
feat: Add a `console` text colour utility
one-aalam
committed
9cf95ef
View commit details
Copy full SHA for 9cf95ef
View code at this point
Browse repository at this point
feat: Add a `Base64` encoder/decoder
one-aalam
committed
089295d
View commit details
Copy full SHA for 089295d
View code at this point
Browse repository at this point
refactor: `Buffer` utils (and associated code)
one-aalam
committed
d87b027
View commit details
Copy full SHA for d87b027
View code at this point
Browse repository at this point
refactor: Re-factor a bunch of inconsistent types/configs
Show description for 69f7614
one-aalam
committed
69f7614
View commit details
Copy full SHA for 69f7614
View code at this point
Browse repository at this point
refactor: change app namespace to `Zarf` (previously `BunTea`)
one-aalam
committed
09e4e12
View commit details
Copy full SHA for 09e4e12
View code at this point
Browse repository at this point
Commits on Oct 1, 2022
refactor: Standardize `error`s in server/middlewares
one-aalam
committed
20757b4
View commit details
Copy full SHA for 20757b4
View code at this point
Browse repository at this point
feat(core): Introduce framework for structured HTTP errors
one-aalam
committed
bf76c72
View commit details
Copy full SHA for bf76c72
View code at this point
Browse repository at this point
feat: Add `Response` creators for generic, and popular use cases
Show description for d194c6f
one-aalam
committed
d194c6f
View commit details
Copy full SHA for d194c6f
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
feat: Add `Deno` Support (Experimental)
Show description for 910378b
one-aalam
committed
910378b
View commit details
Copy full SHA for 910378b
View code at this point
Browse repository at this point
refactor: Use the native `mime` for mime-type negotiation
one-aalam
committed
170c7f8
View commit details
Copy full SHA for 170c7f8
View code at this point
Browse repository at this point
chore: remove `.gitignore`
one-aalam
committed
002619d
View commit details
Copy full SHA for 002619d
View code at this point
Browse repository at this point
feat: Add a native `mime`, MIME Type handler utility
Show description for c6e35b4
one-aalam
committed
c6e35b4
View commit details
Copy full SHA for c6e35b4
View code at this point
Browse repository at this point
feat: Expose `handle` for external use
one-aalam
committed
d7018bb
View commit details
Copy full SHA for d7018bb
View code at this point
Browse repository at this point
chore: Add optional checks in `before` middleware
one-aalam
committed
43e49ea
View commit details
Copy full SHA for 43e49ea
View code at this point
Browse repository at this point
chore: Add optional checks in server header
one-aalam
committed
65f9817
View commit details
Copy full SHA for 65f9817
View code at this point
Browse repository at this point
feat: Add Middleware - `uploads`
Show description for ae461a8
one-aalam
committed
ae461a8
View commit details
Copy full SHA for ae461a8
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
fix: `form-data` parser + add util - `isFileField`
one-aalam
committed
d1bd362
View commit details
Copy full SHA for d1bd362
View code at this point
Browse repository at this point
chore: Add a new `is` method `isFn`
one-aalam
committed
dd01223
View commit details
Copy full SHA for dd01223
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
feat: Add Middleware - `body-parser`
Show description for 985c8a1
one-aalam
committed
985c8a1
View commit details
Copy full SHA for 985c8a1
View code at this point
Browse repository at this point
feat: Add Middleware - `body-parser`
one-aalam
committed
c22a42a
View commit details
Copy full SHA for c22a42a
View code at this point
Browse repository at this point
fix: Make `form-data` parser more reliable
one-aalam
committed
1453cd9
View commit details
Copy full SHA for 1453cd9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.