Type Alias JF2_Urlencoded_Or_Multipart

JF2_Urlencoded_Or_Multipart: Static<typeof jf2_urlencoded_or_multipart>

Micropub JF2 object resulting from parsing the request body of a request sent with either one of these values for the Content-Type request header:

  • application/x-www-form-urlencoded
  • multipart/form-data

The JF2 object:

  • SHOULD have a property h (if not present, the Micropub server MUST set it to entry).
  • SHOULD NOT have a property type (if present, I think the Micropub server SHOULD ignore it).