Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[418] multipart/form-data support #948

Merged
merged 10 commits into from
May 18, 2021

Commits on May 5, 2021

  1. [418] multipart/form-data support

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3f48590 View commit details
    Browse the repository at this point in the history
  2. [418] Review comments

    - "ex:" to "e.g."
    - Using modern java.nio.file examples instead of java.io
    
    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    14c002a View commit details
    Browse the repository at this point in the history
  3. [418] Review comment changes 2

    - Change "entityStream" to "content"
    - Indicate who must close content streams
    - Update examples to use new method name / close behavior
    
    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    869d055 View commit details
    Browse the repository at this point in the history
  4. [418] Rename newBuilder to withName

    Also, add `withFileName` convenience method and document the encoding
    charset to use when converting a part's content.
    
    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    2eacac0 View commit details
    Browse the repository at this point in the history
  5. [418] getContent Class/GenericType methods

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    856ecd2 View commit details
    Browse the repository at this point in the history
  6. [418] Allow @FormParam(...) AnyType param w/MBR

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6e74b3c View commit details
    Browse the repository at this point in the history
  7. [418] Renamed Part to EntityPart

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    35f3ef1 View commit details
    Browse the repository at this point in the history
  8. [418] EntityPart to core pkg ; new content methods

    - Moves `EntityPart` from `ext` to `core` package
    - Adds new `content` methods to `EntityPart.Builder` that use MBWs
    - Cleanup of references to old `Part` name updated to `EntityPart`
    
    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    a68be14 View commit details
    Browse the repository at this point in the history
  9. [418] Convenience method for content(T)

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    88e9517 View commit details
    Browse the repository at this point in the history
  10. [418] @FormParam spec and example changes

    Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com>
    andymc12 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b5319b0 View commit details
    Browse the repository at this point in the history