We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fa9f7 commit 3130579Copy full SHA for 3130579
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## v1.0.0 - 2023-12-28
4
5
+- Initial release.
src/cgi.gleam
@@ -16,10 +16,6 @@ import gleam/http
16
import gleam/http/request.{type Request, Request}
17
import gleam/http/response.{type Response, Response}
18
19
-pub type RequestError {
20
- MissingEnvironmentVariable(name: String)
21
-}
22
-
23
// TODO: Remove
24
pub fn main() {
25
use request <- handle_request
0 commit comments