Skip to content

Commit b0dd1b5

Browse files
authored
Merge pull request #47 from annoviko/feature/46-multipart-body
#46: Introduced multipart functionality support in HttpCtrl.Client.
2 parents fe94582 + 7a046d6 commit b0dd1b5

14 files changed

Lines changed: 347 additions & 180 deletions

CHANGES

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
------------------------------------------------------------------------
22

3+
CHANGE NOTES FOR 0.3.3 (RELEASED: Oct 09, 2025)
4+
5+
------------------------------------------------------------------------
6+
7+
GENERAL CHANGES
8+
9+
- Added Create Multipart Request Body and Set Multipart Request Header keywords to simplify
10+
building and sending multipart/form-data requests with support for multiple files per
11+
field and optional additional form data.
12+
See: https://github.com/annoviko/robotframework-httpctrl/issues/46
13+
14+
15+
------------------------------------------------------------------------
16+
317
CHANGE NOTES FOR 0.3.2 (RELEASED: Sep 11, 2025)
418

519
------------------------------------------------------------------------
620

721
GENERAL CHANGES
822

9-
- Add `pyproject.toml` to support modern PEP 517/518 builds.
23+
- Added `pyproject.toml` to support modern PEP 517/518 builds.
1024
See: https://github.com/annoviko/robotframework-httpctrl/issues/44
1125

1226
- Removed `setup.py` - old-style installs may not work.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2022 Andrei Novikov
1+
Copyright (c) 2018-2025 Andrei Novikov
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are

0 commit comments

Comments
 (0)