This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar-2022/sdk/include/http.h
yangwei 658108724c add deps directory
update inner include headers
2022-07-14 15:05:18 +08:00

7 lines
174 B
C

#pragma once
#include "packet.h"
#include "session.h"
int http_decoder(const struct session *s, int what, struct packet *p, const char *payload, uint32_t len, void **pme);