Skip to content

Commit

Permalink
add spec note
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Apr 3, 2024
1 parent b43bf75 commit c7a432f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gaxios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ export class Gaxios {

/**
* Creates an async generator that yields the pieces of a multipart/related request body.
* This implementation follows the spec: https://www.ietf.org/rfc/rfc2387.txt. However, recursive
* multipart/related requests are not currently supported.
*
* @param {GaxioMultipartOptions[]} multipartOptions the pieces to turn into a multipart/related body.
* @param {string} boundary the boundary string to be placed between each part.
Expand Down

0 comments on commit c7a432f

Please sign in to comment.