Closed ndrean closed 1 year ago
What is your Plug version?
mix.lock says "plug": {:hex, :plug, "1.14.2"
Can you start the terminal and run the following:
~/OSS/plug[main]$ iex -S mix
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]
Interactive Elixir (1.16.0-dev) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> :code.which(Plug.Conn.Query)
~c"/Users/jose/OSS/plug/_build/dev/lib/plug/ebin/Elixir.Plug.Conn.Query.beam"
Erlang/OTP 26 [erts-14.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]
Interactive Elixir (1.15.6) - press Ctrl+C to exit (type h() ENTER for help)
~c"/Users/nevendrean/code/elixir/up_img/_build/dev/lib/plug/ebin/Elixir.Plug.Conn.Query.beam"
My bad. Apparently we published a more recent version of the docs without releasing the feature. You can use Plug main. I will see if I can do a new release soon.
Released!
Yep, everything works and I even solved my issue. Cool
I am trying to write a parser for multiparts to be able to include several files and any other input passed via a FormData.
I took the example (see below).
I have the warnings "undefined".
with