Nostrduino
Loading...
Searching...
No Matches
NostrUrl.h
Go to the documentation of this file.
1#ifndef NOSTR_URL_H
2#define NOSTR_URL_H
3
4#include "NostrString.h"
5#include <stdint.h>
6
7namespace nostr {
8
15
17bool parseHttpsUrl(const NostrString &url, ParsedUrl &parsed);
18
19} // namespace nostr
20
21#endif
#define NostrString
Definition NostrString.h:10
Definition Nip47.h:44
Definition CryptoLock.h:6
bool parseWebSocketUrl(const NostrString &url, ParsedUrl &parsed)
Definition NostrUrl.cpp:90
bool parseHttpsUrl(const NostrString &url, ParsedUrl &parsed)
Definition NostrUrl.cpp:95
Definition NostrUrl.h:9
NostrString path
Definition NostrUrl.h:11
uint16_t port
Definition NostrUrl.h:12
bool secure
Definition NostrUrl.h:13
NostrString host
Definition NostrUrl.h:10