Remove Request 'uri' and add Query shorthands #13
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: 37 minutes 25 seconds
Due date
c.fahner
37 minutes 25 seconds
No due date set.
Depends on
#12 Shorthand for structured body values
slendium/http
Reference
slendium/http#13
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?
Since the information that was intended to be stored in the request URI is already contained within the
:scheme,:authorityand:pathpseudo-headers, this property is no longer necessary. This may also have consequences for theUritype itself (is it used anywhere else?).Query arguments should be accessed using the
Structuredinterface on the:pathheader. A utility classMessage\Queryshould be introduced analogous to #6 and #12.Note: update the README when done.
Remove Request 'uri' propertyto Remove Request 'uri' and add Query shorthandsName should be
QueryArgsto be consistent withBodyArgsfrom #12.