Lua - Post multipart/form-data and a file via http.request

This page summarizes the projects mentioned and recommended in the original post on /r/lua

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

    I can't give you an answer, sorry, but what helped me when I was writing a really bad wrapper on top of cURL for another project was POSTing to http://httpbin.org/post (see https://httpbin.org/ for details). With, obviously, a non-confidential small PDF file. Compare what the curl command returns from httpbin to what your Lua code returns and you'll get an idea of what the Paperless server is seeing.

  • lua-multipart-post

    HTTP Multipart Post helper that does just that.

    Have you seen https://github.com/catwell/lua-multipart-post?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts