issues
search
com-lihaoyi
/
cask
Cask: a Scala HTTP micro-framework. Cask makes it easy to set up a website, backend server, or REST API using Scala
https://com-lihaoyi.github.io/cask/
Other
537
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixes form submissions with empty file fields throwing exceptions
#150
nikosk
opened
1 week ago
2
Submitting a form with an empty file field throws exception
#149
nikosk
opened
1 week ago
2
Drop content-length header in compressed decorator
#148
jodersky
closed
2 weeks ago
0
Upgrade various dependencies
#147
jodersky
closed
2 weeks ago
0
Include bound path segments in request
#146
jodersky
closed
2 weeks ago
0
Rework compile time error message for scala 3
#145
jodersky
closed
2 weeks ago
0
Fix websocket close code constants
#144
Garmelon
closed
2 weeks ago
3
Update .mill-version
#143
lihaoyi
closed
3 weeks ago
0
Endpoint compilation errors point to `initialize()` method on Scala 3
#141
keynmol
closed
1 week ago
7
Update upickle to 4.0.1 and other dependencies
#140
lolgab
closed
2 weeks ago
1
Specify utf-8 as default form encoding in undertow helper
#138
jodersky
closed
3 months ago
0
[RFC] Parameterize context type of decorators
#137
jodersky
closed
2 weeks ago
3
Support Request deserialized into case class in the JsonEndpoint
#136
RecursionTaoist
closed
4 months ago
1
Add .bsp to .gitignore
#135
hamzaremmal
closed
4 months ago
0
[RFC] Allow overlap between static routes and wildcards
#134
jodersky
closed
4 months ago
1
Pass request to error handlers
#133
jodersky
closed
4 months ago
0
Any thoughts for Cloudflare Workers?
#131
windymelt
closed
4 months ago
1
Bump actions/checkout from 2 to 4
#128
dependabot[bot]
closed
4 months ago
1
Bump actions/setup-java from 3 to 4
#127
dependabot[bot]
closed
4 months ago
1
Bump peaceiris/actions-gh-pages from 3 to 4
#126
dependabot[bot]
closed
4 months ago
1
Virtual Thread support
#125
He-Pin
closed
4 weeks ago
14
chore: Rename page 1
#124
He-Pin
closed
5 months ago
1
Make `@postJson` handle incoming JSON in a streaming manner, introduce `@postJsonCached`
#123
lihaoyi
closed
6 months ago
0
Document decorator returning a response
#122
DanielMiddleton
closed
6 months ago
0
cask.Endpoint for Jackson
#121
gabrieljones
opened
8 months ago
0
Error parsing BigDecimal path arguments
#120
aaronp
closed
8 months ago
2
options wildcard interferes with staticFiles
#119
gabrieljones
closed
4 months ago
1
Minor docs update. Update badges.
#118
NicolaeNMV
closed
9 months ago
0
Broken link of "example project" in docs
#117
NicolaeNMV
closed
9 months ago
1
When compiling with Scala 3 and -Xcheck-macros I get exceptions from Cask
#116
OndrejSpanel
opened
9 months ago
0
Properly decode URL parameters when passed as path segments or query params
#114
lihaoyi
closed
10 months ago
0
[WIP] Better route validation
#113
lihaoyi
opened
10 months ago
0
Separate query param docs from variable routes
#112
lihaoyi
closed
10 months ago
0
Preserve leading slash when resolving static paths
#111
lihaoyi
closed
10 months ago
0
Enable cask.UnknownQueryParams and cask.RemainingPathSegments for form endpoints
#110
lihaoyi
closed
10 months ago
0
Make `cask.QueryParams` work for JSON endpoints, and form endpoints, replace `subpath = true` with `cask.RemainingPathSegments`
#109
lihaoyi
closed
10 months ago
0
Add `cask.QueryParams` type to allow route methods to take arbitrary query parameters
#108
lihaoyi
closed
10 months ago
0
Flesh out examples for query param handling
#107
lihaoyi
closed
10 months ago
0
Replace Quill examples with ScalaSql
#106
lihaoyi
closed
10 months ago
0
Routes containing url-encoded parameters do not work as expected.
#105
jrlemieux
closed
10 months ago
0
Issue when building with SBT/assembly - Missing classes from xnio-nio at run-time.
#104
jrlemieux
closed
10 months ago
1
IPV4 and IPV6 + deceptive default value for "host"
#103
jrlemieux
closed
4 months ago
1
Attributes with an empty value are wrongly generated.
#102
jrlemieux
closed
10 months ago
1
Static files serving: folder name can't begin with '/'
#101
jrlemieux
closed
10 months ago
0
Path with different query parameters should be considered unique
#100
OndrejSpanel
opened
11 months ago
0
It is not possible to handle unknown query parameters
#99
OndrejSpanel
closed
10 months ago
0
Document optional query parameters
#98
OndrejSpanel
closed
10 months ago
2
Unable to (or do not know how) pass query parameters
#97
OndrejSpanel
closed
11 months ago
2
Strange overlap report after adding another route
#96
OndrejSpanel
closed
4 months ago
7
Documentation speaks about `cask.Subpath`
#95
OndrejSpanel
closed
11 months ago
2
Next