Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 2, 2023
1 parent 799e179 commit 35f8e36
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gleam_http"
version = "3.1.1"
version = "3.1.2"
licences = ["Apache-2.0"]
description = "Types and functions for Gleam HTTP clients and servers"

Expand Down
1 change: 0 additions & 1 deletion src/gleam/http/cookie.gleam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import gleam/result

import gleam/int
import gleam/list
import gleam/regex
Expand Down
1 change: 0 additions & 1 deletion src/gleam/http/request.gleam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import gleam/result

// TODO: validate_req
import gleam/http.{Get, Header, Method, Scheme}
import gleam/http/cookie
Expand Down
1 change: 0 additions & 1 deletion src/gleam/http/response.gleam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import gleam/result

import gleam/http.{Header}
import gleam/http/cookie
import gleam/list
Expand Down

0 comments on commit 35f8e36

Please sign in to comment.