Shorthand for structured body values #12
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Total time spent: 39 minutes 34 seconds
Due date
c.fahner
39 minutes 34 seconds
No due date set.
Blocks
#13 Remove Request 'uri' and add Query shorthands
slendium/http
Reference
slendium/http#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the expected method of obtaining keys from a structured request body (JSON, form data, etc.) looks like this:
A
Message\Bodyutility class should be created for the same reasons mentioned in #6. The utility methods should directly accept anyMessageinstance. The utility class should also provide atoString()method, which concatenates each part of the body iterator into a single string.Decided to name it
BodyArgsinstead.Closed by !20