Skip to content

docs: update docstrings for httping, indirecting, keeping, notifying, oobiing#1379

Open
alecforston wants to merge 3 commits intoWebOfTrust:mainfrom
alecforston:docstrings-app-batch3
Open

docs: update docstrings for httping, indirecting, keeping, notifying, oobiing#1379
alecforston wants to merge 3 commits intoWebOfTrust:mainfrom
alecforston:docstrings-app-batch3

Conversation

@alecforston
Copy link
Copy Markdown
Contributor

@alecforston alecforston commented Mar 30, 2026

Update the docstrings for:

  • httping.py
  • indirecting.py
  • keeping.py
  • notifying.py
  • oobiing.py

Code change:

Restored the following code to keri.indirecting.HttpEnd.on_post:

        if req.method == "OPTIONS":
            rep.status = falcon.HTTP_200
            return

        rep.set_header('Cache-Control', "no-cache")
        rep.set_header('connection', "close")

        cr = parseCesrHttpRequest(req=req)

This code block likely got deleted by a previously-merged PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant