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
Copy file name to clipboardExpand all lines: src/Gen/BackendTask/Http.elm
+3-49Lines changed: 3 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
moduleGen.BackendTask.Httpexposing
2
2
( expectString, expectJson
3
-
, expectBytes, emptyBody, jsonBody
3
+
, expectBytes, emptyBody
4
4
, annotation_, call_
5
-
, bytesBody
6
5
)
7
6
8
7
{-|
9
8
10
9
11
10
# Generated bindings for BackendTask.Http
12
11
13
-
@docs get, expectString, expectJson
14
-
@docs expectBytes, emptyBody, jsonBody
15
-
@docs bytesBodyWithOptions
12
+
@docs expectString, expectJson
13
+
@docs expectBytes, emptyBody
16
14
@docs annotation_, call_
17
15
18
16
-}
@@ -138,50 +136,6 @@ emptyBody =
138
136
}
139
137
140
138
141
-
{-| Builds a JSON body for a BackendTask.Http request. See [elm/http's `Http.jsonBody`](https://package.elm-lang.org/packages/elm/http/latest/Http#jsonBody).
{-| Build a body from `Bytes` for a BackendTask.Http request. See [elm/http's `Http.bytesBody`](https://package.elm-lang.org/packages/elm/http/latest/Http#bytesBody).
0 commit comments