feat: add http_client from daw-lua-common #1
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#1
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?
Summary
http_client.luawas removed fromdaw-lua-commonas part of thestructure migration (DAW/daw-lua-common#15). It belongs in
daw-lua-netas it has a hard external dependency on luasocket (
socket.http+ltn12).Source
http_client.luafrom DAW/daw-lua-common -- last state before removal.The module internally requires json for encoding/decoding request/response
bodies. This internal require must be updated to
require("daw.common.json")following the external DAW dependency rule (DAW/daw-docs#6).
Interface
Acceptance Criteria
http_client.luaadded to daw-lua-netrequire("daw.lua.common.json")updated torequire("daw.common.json")Refs
DAW/daw-lua-common#15
DAW/daw-docs#6
Done in v1.0.0
Refs: DAW/daw-docs#7