issues
search
Luukdegram
/
apple_pie
Basic HTTP server implementation in Zig
MIT License
163
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this project abandoned?
#91
ZueffC
opened
1 year ago
2
Make sure filesystem uses fields, so it can actually be instantiated
#90
marijnfs
closed
1 year ago
1
Build file needs update
#89
jernejp21
opened
1 year ago
0
For loop update
#88
jernejp21
opened
1 year ago
0
Updated for loops.
#87
jernejp21
closed
1 year ago
1
Build fails on latest Zig
#86
notramo
closed
1 year ago
1
Remove function names from type definitions
#85
joachimschmidt557
closed
2 years ago
1
refactor date formatting to use std.fmt.Formatter
#84
bootradev
closed
2 years ago
1
add Last-Modified file header
#83
bootradev
closed
2 years ago
2
fix index redirect content type
#82
bootradev
closed
2 years ago
1
Fix index not showing in fileserver
#81
Zuyoutoki
closed
2 years ago
3
Get params from handler fn
#80
leroycep
closed
2 years ago
2
Pull parameters from handler fn
#79
leroycep
closed
2 years ago
1
Export Headers
#78
lun-4
closed
2 years ago
0
error(apple_pie): An error occured handling request: 'BrokenPipe'
#77
nektro
opened
2 years ago
1
Incorrect alignment when capturing u32
#76
joachimschmidt557
closed
2 years ago
1
Is it possible to support https in apple pie?
#75
heibor
opened
2 years ago
3
zig master breakage
#74
nektro
closed
2 years ago
1
fix for fs
#73
mattnite
closed
2 years ago
0
minor fixes for url -> uri change
#72
mattnite
closed
2 years ago
0
Implement URI parsing and replace old url.zig
#71
Luukdegram
closed
2 years ago
0
Add a case-insensitive way to inspect `Request` headers
#70
nektro
opened
2 years ago
1
add `scheme` field/method to `Url`
#69
nektro
closed
2 years ago
2
Only read to first semicolon in MIME type
#68
leroycep
closed
2 years ago
1
Fix url decoding leaving undefined bytes in string
#67
leroycep
closed
2 years ago
1
trie: don't assume data is non null when path is /
#66
vrischmann
closed
3 years ago
1
using any doesn't work as expected when requesting /
#65
vrischmann
closed
3 years ago
1
Add sponsoring button
#64
ghost
closed
3 years ago
1
Add Content-Length Header field if the response is empty
#63
joachimschmidt557
closed
3 years ago
1
Update server test case for builtin changes
#62
Luukdegram
closed
3 years ago
0
Fixed the basic implementation in the README.
#61
sansfontieres
closed
3 years ago
1
improve connection close handling
#60
vrischmann
closed
3 years ago
1
unable to force connection: close on the server
#59
vrischmann
closed
3 years ago
1
response.zig -> Response.zig
#58
nektro
closed
3 years ago
4
feat: expose `StatusCode` by rexporting it under `Request`
#57
haze
closed
3 years ago
0
Update README.md
#56
haze
closed
3 years ago
0
Handle HTTP/1.0 client persistent connection correctly
#55
Luukdegram
opened
3 years ago
0
Request: assume closing connection on HTTP/1.0
#54
catdevnull
closed
3 years ago
1
server: handler error should return http 500
#53
nektro
closed
3 years ago
0
subtypes of `response.zig` are not exposed
#52
nektro
closed
3 years ago
1
fix ambiguous reference error in lastest zig master
#51
nektro
closed
3 years ago
1
router performance
#50
petar-dambovaliev
opened
3 years ago
2
zigmod- add license and description
#49
nektro
closed
3 years ago
3
update to latest zig
#48
nektro
closed
3 years ago
1
Server refactoring, so it can be used standalone/without threads.
#47
ikskuh
closed
3 years ago
1
Add support for passing context variable
#46
Luukdegram
closed
3 years ago
0
Will this library support Windows?
#45
nmsobri
opened
3 years ago
2
Allow passing context variable
#44
Luukdegram
closed
3 years ago
0
Proposal: Better response header handling to reduce allocations
#43
Luukdegram
opened
3 years ago
0
`Status` is not exposed
#42
Luukdegram
closed
3 years ago
2
Next