Drop HTTP three-value return exception, use result table #5
Labels
No labels
coordination/cross-repo
coordination/needed
effort
large
effort
medium
effort
small
meta/duplicate
meta/planning
meta/wontfix
priority
high
priority
low
priority
medium
session
blocker
session
handover
session
next
status
blocked
status
done
status
in-progress
status
review
status
to-go
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type
research
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DAW/daw-lua-net#5
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?
Goal
Change the
http.get/post/putcontract example from three positionalreturn values (
body, status, nil/nil, nil, err) to a single resulttable (
{ body, status, headers }, nil/nil, err), aligning it withthe strict two-value
result, nil/nil, errconvention usedeverywhere else. Removes the previously named HTTP exception from the
standard.
Acceptance criteria
daw-code-standard.mdupdatedTechnical notes
Implemented together with DAW/daw-lua-net (http_client.lua) and rolled
into the ongoing daw-lua-common 2.0.0 migration wave, since call sites
already needed touching. See DAW/steurjan issue for call-site adaptation.
Related: DAW/steurjan#144 (call-site adaptation)