JuliaComputing / OpenAPI.jl

OpenAPI helper and code generator for Julia
Other
43 stars 8 forks source link

Add support for `multipart/form-data` POST data parsing #41

Closed krynju closed 1 year ago

krynju commented 1 year ago

I'm patching a use case I have for now, but I can see there is some code to handle this, but it's based on a Dict What I'm getting is a vector of multparts from HTTP.jl so just adding support for this - not sure what the Dict handling is for.

codecov-commenter commented 1 year ago

Codecov Report

Merging #41 (d62d837) into main (ab990fc) will decrease coverage by 2.44%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   78.06%   75.63%   -2.44%     
==========================================
  Files           7        7              
  Lines         497      513      +16     
==========================================
  Hits          388      388              
- Misses        109      125      +16     
Impacted Files Coverage Δ
src/server.jl 55.73% <0.00%> (-19.82%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more